Changes between Version 4 and Version 5 of cmake_modules
- Timestamp:
- Feb 18, 2019, 10:37:35 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cmake_modules
v4 v5 2 2 3 3 Various cmake modules are used by the flair build system. They are located in [source:flair-dev/trunk/cmake-modules flair-dev]. 4 5 You will find some explanations of what they do here. But the best way to understand them is to read them! 4 6 5 7 = Cmake modules = … … 21 23 == [source:flair-dev/trunk/cmake-modules/GlobalCmakeFlair.cmake GlobalCmakeFlair.cmake] == 22 24 23 reimplements some cmake built in functions 25 reimplements 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. 24 28 25 29 == [source:flair-dev/trunk/cmake-modules/FlairUseFile.cmake FlairUseFile.cmake] ==