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