Re #307 Removed useless dependency on client library
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3437 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: f81db5f523d27346d42706452363fa8c0d871808 Former-commit-id: ecc1cc66a2d2a5641f3c005f992e76b86cbf95fd
This commit is contained in:
parent
0bbacddd4c
commit
d3471148a5
2 changed files with 2 additions and 4 deletions
|
@ -18,5 +18,4 @@ ROBOT_DATA(NAME ${ROBOT_NAME}
|
|||
FILES ${ROBOT_NAME}.xml preferences.xml car.xml
|
||||
USER)
|
||||
|
||||
# TODO: Check if link to client is really needed.
|
||||
ADD_SDLIB_LIBRARY(${ROBOT_NAME} tgf client)
|
||||
ADD_SDLIB_LIBRARY(${ROBOT_NAME} tgf)
|
||||
|
|
|
@ -18,5 +18,4 @@ ROBOT_DATA(NAME ${ROBOT_NAME}
|
|||
FILES ${ROBOT_NAME}.xml preferences.xml car.xml
|
||||
USER)
|
||||
|
||||
# TODO: Check if link to client is really needed.
|
||||
ADD_SDLIB_LIBRARY(${ROBOT_NAME} tgf client networking)
|
||||
ADD_SDLIB_LIBRARY(${ROBOT_NAME} tgf networking)
|
||||
|
|
Loading…
Reference in a new issue