Changes between Version 4 and Version 5 of cmake_modules


Ignore:
Timestamp:
Feb 18, 2019, 10:37:35 AM (6 years ago)
Author:
Sanahuja Guillaume
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cmake_modules

    v4 v5  
    22
    33Various cmake modules are used by the flair build system. They are located in [source:flair-dev/trunk/cmake-modules flair-dev].
     4
     5You will find some explanations of what they do here. But the best way to understand them is to read them!
    46
    57= Cmake modules =
     
    2123== [source:flair-dev/trunk/cmake-modules/GlobalCmakeFlair.cmake GlobalCmakeFlair.cmake] ==
    2224
    23 reimplements some cmake built in functions
     25reimplements some cmake built in functions to add extra functionalities
     26
     27* ''ADD_EXECUTABLE'': check if $HOME/.ssh/config have some hosts defined (see [wiki:setup#ConfigureSSHhostsoptional here]). In this case add a custom_target to cmake, to copy the executable with ssh. The custom target is called ''delivery_root_ADDRESS_PATH'', with address the target address and path the destination path.
    2428
    2529== [source:flair-dev/trunk/cmake-modules/FlairUseFile.cmake FlairUseFile.cmake] ==