forked from speed-dreams/speed-dreams-code
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 Former-commit-id: bcf929f8a673bb453305f5b43836af51915de285 Former-commit-id: cee81c971a6df6ef6870663be7a4810a19402fad
This commit is contained in:
parent
cf5cd10b35
commit
2ac40459cc
3 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue