Revision: 7940
http://playerstage.svn.sourceforge.net/playerstage/?rev=7940&view=rev
Author: gbiggs
Date: 2009-07-02 23:26:15 +0000 (Thu, 02 Jul 2009)
Log Message:
-----------
Fixed bug #2813677
Modified Paths:
--------------
code/player/trunk/utils/playerjoy/CMakeLists.txt
Modified: code/player/trunk/utils/playerjoy/CMakeLists.txt
===================================================================
--- code/player/trunk/utils/playerjoy/CMakeLists.txt 2009-07-02 04:30:35 UTC
(rev 7939)
+++ code/player/trunk/utils/playerjoy/CMakeLists.txt 2009-07-02 23:26:15 UTC
(rev 7940)
@@ -8,7 +8,9 @@
LINK_DIRECTORIES (${PLAYERCC_EXTRA_LINK_DIRS})
PLAYER_ADD_EXECUTABLE (playerjoy playerjoy.cc)
- TARGET_LINK_LIBRARIES (playerjoy playerc++ playerc playerxdr
playererror ${PLAYERC_EXTRA_LINK_LIBRARIES} ${PLAYERCC_EXTRA_LINK_LIBRARIES}
pthread)
+ TARGET_LINK_LIBRARIES (playerjoy playerc++ playerc playerxdr
+ playererror ${PLAYERC_EXTRA_LINK_LIBRARIES}
+ ${PLAYERCC_EXTRA_LINK_LIBRARIES}
${PTHREAD_LIB})
ELSE (BUILD_PLAYERCC)
MESSAGE (STATUS "playerjoy will not be built - playerc++ client
library is disabled")
ENDIF (BUILD_PLAYERCC)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit