In case the LEGACY_MIN interface is no more the default

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5325 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
pouillot 2013-03-16 16:26:01 +00:00
parent a8a54d954c
commit 00a5ac3e5b
3 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,7 @@ SET(ROBOT_NAME "K1999")
SET(ROBOT_SOURCES ${ROBOT_NAME}.cpp)
ROBOT_MODULE(NAME ${ROBOT_NAME} VERSION 2.0.0 SOVERSION 1.0.0
INTERFACE LEGACY_MIN
SOURCES ${ROBOT_SOURCES})
# For data associated to the robot module, see data/drivers/K1999/CMakeLists.txt
# For data associated to the robot module, see data/drivers/K1999/CMakeLists.txt

View File

@ -6,6 +6,7 @@ SET(ROBOT_SOURCES ${ROBOT_NAME}.cpp cardata.cpp driver.cpp learn.cpp opponent.cp
spline.cpp strategy.cpp strategy.h cardata.h driver.h learn.h opponent.h pit.h spline.h)
ROBOT_MODULE(NAME ${ROBOT_NAME} VERSION 1.0.0 SOVERSION 1.0.0
INTERFACE LEGACY_MIN
SOURCES ${ROBOT_SOURCES})
# For data associated to the robot module, see data/drivers/bt/CMakeLists.txt

View File

@ -8,6 +8,7 @@ SET(ROBOT_SOURCES ${ROBOT_NAME}.cpp cardata.cpp correct.cpp driver.cpp
spline.h strategy.h)
ROBOT_MODULE(NAME ${ROBOT_NAME} VERSION 1.0.0 SOVERSION 1.0.0
INTERFACE LEGACY_MIN
SOURCES ${ROBOT_SOURCES})
# For data associated to the robot module, see data/drivers/hymie/CMakeLists.txt