Use wine paths by default even if non-existent
[carla.git] / cmake / README.md
blobf801013ef1eed081eec501d244570675d42e81a5
1 # Carla cmake build setup
3 This directory contains a cmake build setup for a few Carla libraries and tools.  
4 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.  
5 The cmake setup also allows building Carla with MSVC, which is not possible with the regular Makefile system.
7 Note that it is really only a small subset of Carla that ends up being built this way.  
8 Changing the main Carla build system to cmake is undesired and unwanted.