Changes between Version 8 and Version 9 of cmake_modules


Ignore:
Timestamp:
Feb 20, 2019, 10:10:54 AM (6 years ago)
Author:
Sanahuja Guillaume
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cmake_modules

    v8 v9  
    2929* ''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.
    3030
    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''
    3232
    3333== [source:flair-dev/trunk/cmake-modules/FlairUseFile.cmake FlairUseFile.cmake] ==