Changes between Version 5 and Version 6 of compile_all
- Timestamp:
- Feb 12, 2019, 2:54:29 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
compile_all
v5 v6 20 20 == CMake tricks == 21 21 22 All CMakeLists in flair use custom modules located in [source:flair-dev/trunk/cmake-modules flair-dev]. The 2 principal ones are: 23 24 * [source:flair-dev/trunk/cmake-modules/GlobalCmakeFlair.cmake GlobalCmakeFlair.cmake]: reimplements some cmake built in functions 25 26 * [source:flair-dev/trunk/cmake-modules/FlairUseFile.cmake FlairUseFile.cmake]: used by demos/tools, it helps adding include dirs and libraries for programs using flair 27 28 A better explanation on how to use these modules can be found [wiki:cmake_modules here]. 22 29 23 30 == Out of source build ==