From 8964b803d22013457ddb37afce88344c1af9d972 Mon Sep 17 00:00:00 2001 From: torcs-ng Date: Sun, 24 Oct 2010 15:26:31 +0000 Subject: [PATCH] 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 --- src/drivers/kilo2008/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/drivers/kilo2008/CMakeLists.txt b/src/drivers/kilo2008/CMakeLists.txt index d9560c1b..0de485a0 100644 --- a/src/drivers/kilo2008/CMakeLists.txt +++ b/src/drivers/kilo2008/CMakeLists.txt @@ -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})