Last change
on this file since 447 was 405, checked in by Sanahuja Guillaume, 4 years ago |
adapt demos for clone demos script
|
File size:
381 bytes
|
Rev | Line | |
---|
[405] | 1 | PROJECT(DemoGps)
|
---|
[89] | 2 | cmake_minimum_required(VERSION 2.8)
|
---|
| 3 |
|
---|
| 4 | SET(FLAIR_USE_FILTER TRUE)
|
---|
| 5 | SET(FLAIR_USE_SENSOR_ACTUATOR TRUE)
|
---|
| 6 | SET(FLAIR_USE_META TRUE)
|
---|
| 7 |
|
---|
[302] | 8 | include($ENV{FLAIR_ROOT}/flair-src/cmake-modules/GlobalCmakeFlair.cmake)
|
---|
[89] | 9 |
|
---|
| 10 | SET(SRC_FILES
|
---|
[297] | 11 | src/main.cpp
|
---|
| 12 | src/DemoGps.cpp
|
---|
[89] | 13 | )
|
---|
| 14 |
|
---|
[302] | 15 | FLAIR_DEMO(${PROJECT_NAME} "${SRC_FILES}"
|
---|
[405] | 16 | DEST_DIR DemoGps
|
---|
[302] | 17 | COPY_RESOURCES
|
---|
[89] | 18 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.