Changes between Version 7 and Version 8 of cmake_modules
- Timestamp:
- Feb 19, 2019, 5:05:24 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cmake_modules
v7 v8 27 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. Also add a message to display architecture 28 28 29 * ''ADD_LIBRARY'': add a message to display architecture 29 * ''ADD_LIBRARY'': add a message to display architecture. Also add compile info in a .h (used by libs constructor), see [source:flair-src/trunk/lib/FlairMeta/src/UavFactory.cpp in FlairMeta] for example. 30 30 31 31 * ''INSTALL'': copy resources files (scripts and xml files for the demos). Resources files are places in the ''resources'' dir, and inside an arch dir. See for example in the [source:flair-src/trunk/demos/CircleFollower/uav/resources CircleFollower demo]. These files are not overwritten if they already exist.