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