From 9bbaf22452971aa78465ba92d885ef84e5d7546a Mon Sep 17 00:00:00 2001 From: pouillot Date: Sun, 10 Mar 2013 12:39:00 +0000 Subject: [PATCH] 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 --- src/drivers/human/CMakeLists.txt | 2 ++ src/drivers/networkhuman/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/drivers/human/CMakeLists.txt b/src/drivers/human/CMakeLists.txt index e5a3db7e..cb56d1fb 100644 --- a/src/drivers/human/CMakeLists.txt +++ b/src/drivers/human/CMakeLists.txt @@ -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 diff --git a/src/drivers/networkhuman/CMakeLists.txt b/src/drivers/networkhuman/CMakeLists.txt index 51e03087..3e9db7fb 100644 --- a/src/drivers/networkhuman/CMakeLists.txt +++ b/src/drivers/networkhuman/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 \ No newline at end of file