Changes between Version 5 and Version 6 of compile_all


Ignore:
Timestamp:
Feb 12, 2019, 2:54:29 PM (6 years ago)
Author:
Sanahuja Guillaume
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • compile_all

    v5 v6  
    2020== CMake tricks ==
    2121
     22All 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
     28A better explanation on how to use these modules can be found [wiki:cmake_modules here].
    2229
    2330== Out of source build ==