- update CMakeLists.txt for shadow_mpa11

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5956 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: ee07ee0e8607e4b1569d434dfa750a9eca2b151b
Former-commit-id: 15073a02e681bba7ab3a33f0737f9be1676baafc
This commit is contained in:
torcs-ng 2015-04-07 21:28:38 +00:00
parent d5abe16ec4
commit a515fa341e

View file

@ -6,13 +6,6 @@ SET(ROBOT_NAME "shadow")
# Official-only shadow interface.
SET(ROBOT_INTERFACE LEGACY WELCOME)
# Work-in-progress / unofficial shadow interface.
#IF(NOT OPTION_OFFICIAL_ONLY)
#
# SET(ROBOT_INTERFACE ${ROBOT_INTERFACE} shadow_mpa11)
#
#ENDIF()
SET(ROBOT_SOURCES src/Array.h
src/AveragedData.cpp
src/AveragedData.h
@ -78,8 +71,7 @@ SET(ROBOT_SOURCES src/Array.h
src/Utils.cpp
src/Utils.h
src/Vec2d.h
src/Vec3d.h
)
src/Vec3d.h)
# Official-only shadow instances.
SET(ROBOT_CLONES shadow_36GP shadow_sc shadow_srw shadow_trb1 shadow_ls1 shadow_ls2 shadow_mp5
@ -91,6 +83,5 @@ ROBOT_MODULE(NAME ${ROBOT_NAME} VERSION 3.3.0 SOVERSION 1.0.0
SOURCES ${ROBOT_SOURCES}
CLONENAMES ${ROBOT_CLONES})
# For data associated to the ubiquitous robot module and its clones,
# see data/drivers/shadow*/CMakeLists.txt