Changes between Version 5 and Version 6 of cmake_modules


Ignore:
Timestamp:
02/18/19 10:50:28 (5 years ago)
Author:
Sanahuja Guillaume
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cmake_modules

    v5 v6  
    2525reimplements some cmake built in functions to add extra functionalities
    2626
    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.
     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
     29* ''ADD_LIBRARY'': add a message to display architecture
     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].
    2832
    2933== [source:flair-dev/trunk/cmake-modules/FlairUseFile.cmake FlairUseFile.cmake] ==