fix CMakeLists.txt in kilo2008
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3055 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: a3c5629de92b4656475f5f52943226e2f94fb4d2 Former-commit-id: 0c881278a6f08d7dea09d2e7a33661579d505019
This commit is contained in:
parent
daebcce4a2
commit
8964b803d2
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@ SET(ROBOT_SOURCES ${ROBOT_NAME}.cpp opponent.cpp pit.cpp strategy.cpp
|
|||
linalg.h opponent.h strategy.h pit.h cardata.h cardata.cpp spline.cpp
|
||||
spline.h raceline.cpp raceline.h kdriver.cpp kdriver.h util.h util.cpp)
|
||||
|
||||
SET(ROBOT_SHIP logo.rgb default.xml)
|
||||
SET(ROBOT_SHIPSUBDIRS 1 2 5 6 tracks trb1-cavallo-360rb ls1-archer-r9)
|
||||
SET(ROBOT_FILES logo.rgb default.xml)
|
||||
SET(ROBOT_SUBDIRS 1 2 5 6 tracks trb1-cavallo-360rb ls1-archer-r9)
|
||||
|
||||
ROBOT(NAME ${ROBOT_NAME} SOURCES ${ROBOT_SOURCES} SHIP ${ROBOT_SHIP} SHIPSUBDIRS ${ROBOT_SHIPSUBDIRS})
|
||||
ROBOT(NAME ${ROBOT_NAME} SOURCES ${ROBOT_SOURCES} FILES ${ROBOT_FILES} SUBDIRS ${ROBOT_SUBDIRS})
|
||||
|
||||
|
|
Loading…
Reference in a new issue