source: flair-src/trunk/demos/DemoGps/simulator/CMakeLists.txt@ 424

Last change on this file since 424 was 405, checked in by Sanahuja Guillaume, 3 years ago

adapt demos for clone demos script

File size: 356 bytes
RevLine 
[405]1PROJECT(DemoGps_simulator)
[89]2cmake_minimum_required(VERSION 2.8)
3
4SET(FLAIR_USE_SIMULATOR TRUE)
5SET(FLAIR_USE_SIMULATOR_GL TRUE)
6
[302]7include($ENV{FLAIR_ROOT}/flair-src/cmake-modules/GlobalCmakeFlair.cmake)
[89]8
9SET(SRC_FILES
[297]10 src/main.cpp
[89]11)
12
[365]13FLAIR_DEMO_HOST_CXX(${PROJECT_NAME} "${SRC_FILES}"
[405]14 DEST_DIR DemoGps
[302]15 COPY_RESOURCES
[89]16)
Note: See TracBrowser for help on using the repository browser.