Revision: 7738
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7738&view=rev
Author:   robotos
Date:     2009-05-29 09:33:48 +0000 (Fri, 29 May 2009)

Log Message:
-----------
Linking libgazeboplugin to libgazeboshm, else symbols are not found and Player 
wont load Gazebo plug-in

Modified Paths:
--------------
    code/gazebo/trunk/player/CMakeLists.txt

Modified: code/gazebo/trunk/player/CMakeLists.txt
===================================================================
--- code/gazebo/trunk/player/CMakeLists.txt     2009-05-29 02:25:59 UTC (rev 
7737)
+++ code/gazebo/trunk/player/CMakeLists.txt     2009-05-29 09:33:48 UTC (rev 
7738)
@@ -1,5 +1,5 @@
 
-SET (sources GazeboDriver.cc
+SET (gazeboplugin_sources GazeboDriver.cc
              GazeboClient.cc
              GazeboInterface.cc
              GazeboTime.cc
@@ -25,7 +25,7 @@
 
 LINK_DIRECTORIES( ${PLAYER_LINK_DIRS} gazeboshm)
 
-ADD_LIBRARY(gazeboplugin SHARED ${sources})
-#TARGET_LINK_LIBRARIES(gazeboplugin ${PLAYER_LINK_LIBS})
+ADD_LIBRARY(gazeboplugin SHARED ${gazeboplugin_sources})
+TARGET_LINK_LIBRARIES(gazeboplugin ${PLAYER_LINK_LIBS} gazeboshm )
 
 INSTALL(TARGETS gazeboplugin DESTINATION ${CMAKE_INSTALL_PREFIX}/lib )


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to