Changes between Version 8 and Version 9 of cmake_modules
- Timestamp:
- Feb 20, 2019, 10:10:54 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cmake_modules
v8 v9 29 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 * ''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. 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. To enable this functionality, you need to add ''SET(FLAIR_COPY_RESOURCE_FILES true)'' to your ''CMakeLists.txt'' 32 32 33 33 == [source:flair-dev/trunk/cmake-modules/FlairUseFile.cmake FlairUseFile.cmake] ==