close Warning: Can't use blame annotator:
svn blame failed on trunk/demos/TwoWheelRobotCircleFollower/simulator/CMakeLists.txt: 28 - Can't close file '/tmp/svn-hra368': No space left on device

source: flair-src/trunk/demos/TwoWheelRobotCircleFollower/simulator/CMakeLists.txt@ 465

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

add twowheelrobot

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