Last change
on this file since 401 was 401, checked in by Sanahuja Guillaume, 4 years ago |
resolve bug when not using hdsvisionfilter but using cameras on dm3730
|
File size:
335 bytes
|
Rev | Line | |
---|
[43] | 1 | PROJECT(CustomReferenceAngles)
|
---|
| 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)
|
---|
[43] | 9 |
|
---|
| 10 | SET(SRC_FILES
|
---|
[297] | 11 | src/main.cpp
|
---|
| 12 | src/MyApp.cpp
|
---|
[43] | 13 | )
|
---|
| 14 |
|
---|
[302] | 15 | FLAIR_DEMO(${PROJECT_NAME} "${SRC_FILES}")
|
---|
Note:
See
TracBrowser
for help on using the repository browser.