source: flair-src/trunk/demos/CircleFollower/simulator/CMakeLists.txt@ 348

Last change on this file since 348 was 302, checked in by Sanahuja Guillaume, 5 years ago

modifs nouveau build system

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