Changes between Version 7 and Version 8 of cmake_modules


Ignore:
Timestamp:
02/19/19 17:05:24 (5 years ago)
Author:
Sanahuja Guillaume
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cmake_modules

    v7 v8  
    2727* ''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
    2828
    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.
    3030
    3131* ''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.