Re #58 Fixed human and networkhuman Windows build after r5284

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

Former-commit-id: 82aea9c50fe32301d80df64ea5062c12b0413c23
Former-commit-id: 0877ae583721d5f7fb93a397c57c8873a6729b61
This commit is contained in:
pouillot 2013-03-10 12:40:09 +00:00
parent 9bbaf22452
commit 0547cc1aa7

View file

@ -164,7 +164,7 @@ MACRO(ROBOT_MODULE)
# Link/Run-time dependencies
ADD_PLIB_LIBRARY(${RBM_NAME} sg)
ADD_SDLIB_LIBRARY(${RBM_NAME} portability robottools)
ADD_SDLIB_LIBRARY(${RBM_NAME} portability tgf robottools)
# Install target robot module shared library
SD_INSTALL_FILES(LIB drivers/${RBM_NAME} TARGETS ${RBM_NAME})