carla/cmake
falkTX fa3253b01f
cmake: set IMPORT_PREFIX for libs, needed for msvc builds
Signed-off-by: falkTX <falktx@falktx.com>
2023-05-31 23:51:14 +02:00
..
.cmake-format.json Fix cmake whitespace, disable cmake-format 2023-05-25 18:12:37 +02:00
.gitignore
CMakeLists.txt cmake: set IMPORT_PREFIX for libs, needed for msvc builds 2023-05-31 23:51:14 +02:00
README.md Add cmake build to CI tests 2023-05-24 01:38:53 +02:00
carla-utils.pc.in cmake: install code headers and pkgconfig file 2023-05-31 02:20:20 +02:00

README.md

Carla cmake build setup

This directory contains a cmake build setup for a few Carla libraries and tools.
It is not meant as a stock replacement for the regular Carla build, but simply as a way to more easily integrate Carla into other projects that already use cmake.
The cmake setup also allows building Carla with MSVC, which is not possible with the regular Makefile system.

Note that it is really only a small subset of Carla that ends up being built this way.
Changing the main Carla build system to cmake is undesired and unwanted.