Changes between Version 1 and Version 2 of hds_users
- Timestamp:
- Jul 21, 2016, 3:44:03 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
hds_users
v1 v2 20 20 - dev: binaries 21 21 22 Note that scripts in flair-dev/cmake-modules and flair-dev/scripts will check the presence of a directory called ''flair-hds'' in $FLAIR_ROOT. If it is detected, flair-hds sources will be compiled by the script ''flair_compile_all.sh'' (see [wiki:compile_all this page]), and the ardrone2 library will be used by '' FlairUseFile.cmake''. Thus support for the ardrone2 will be added to all demos and programs having the following lines in their ''CMakeLists.txt'':22 Note that scripts in flair-dev/cmake-modules and flair-dev/scripts will check the presence of a directory called ''flair-hds'' in $FLAIR_ROOT. If it is detected, flair-hds sources will be compiled by the script ''flair_compile_all.sh'' (see [wiki:compile_all this page]), and the ardrone2 library will be used by ''!FlairUseFile.cmake''. Thus support for the ardrone2 will be added to all demos and programs having the following lines in their ''CMakeLists.txt'': 23 23 {{{ 24 24 include($ENV{FLAIR_ROOT}/flair-dev/cmake-modules/GlobalCmakeFlair.cmake)