forked from speed-dreams/speed-dreams-code
Re #58 Fixed human and networkhuman Windows build after r5284
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5285 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: ba96369b7592536b408fc61f467851497a428f34 Former-commit-id: 9f060cbd62f8e6f98a7acee87318bf3243f23cb0
This commit is contained in:
parent
44f9508084
commit
9bbaf22452
2 changed files with 3 additions and 1 deletions
|
@ -11,4 +11,6 @@ ROBOT_MODULE(NAME ${ROBOT_NAME} VERSION ${VERSION} SOVERSION 1.0.0
|
|||
INTERFACE WELCOME
|
||||
SOURCES ${ROBOT_SOURCES})
|
||||
|
||||
ADD_SDLIB_LIBRARY(${ROBOT_NAME} tgfclient)
|
||||
|
||||
# For data associated to the robot module, see data/drivers/human/CMakeLists.txt
|
||||
|
|
|
@ -11,6 +11,6 @@ ROBOT_MODULE(NAME ${ROBOT_NAME} VERSION ${VERSION} SOVERSION 0.0.0
|
|||
INTERFACE WELCOME
|
||||
SOURCES ${ROBOT_SOURCES})
|
||||
|
||||
ADD_SDLIB_LIBRARY(${ROBOT_NAME} tgf tgfclient networking)
|
||||
ADD_SDLIB_LIBRARY(${ROBOT_NAME} tgfclient networking)
|
||||
|
||||
# For data associated to the robot module, see data/drivers/networkhuman/CMakeLists.txt
|
Loading…
Reference in a new issue