Revision: 7652
http://playerstage.svn.sourceforge.net/playerstage/?rev=7652&view=rev
Author: natepak
Date: 2009-05-14 00:34:36 +0000 (Thu, 14 May 2009)
Log Message:
-----------
More updates to cmakelists
Modified Paths:
--------------
code/gazebo/trunk/CMakeLists.txt
code/gazebo/trunk/server/CMakeLists.txt
Modified: code/gazebo/trunk/CMakeLists.txt
===================================================================
--- code/gazebo/trunk/CMakeLists.txt 2009-05-13 23:02:19 UTC (rev 7651)
+++ code/gazebo/trunk/CMakeLists.txt 2009-05-14 00:34:36 UTC (rev 7652)
@@ -35,7 +35,7 @@
# Write the config.h file
CONFIGURE_FILE (${PROJECT_SOURCE_DIR}/config.h.in
${PROJECT_BINARY_DIR}/config.h)
-INCLUDE_DIRECTORIES(${PROJECT_BINARY_DIR})
+INCLUDE_DIRECTORIES(${PROJECT_SOURCE_DIR} ${PROJECT_BINARY_DIR})
SET (gazebo_cmake_dir ${PROJECT_SOURCE_DIR}/cmake CACHE PATH
"Location of CMake scripts")
Modified: code/gazebo/trunk/server/CMakeLists.txt
===================================================================
--- code/gazebo/trunk/server/CMakeLists.txt 2009-05-13 23:02:19 UTC (rev
7651)
+++ code/gazebo/trunk/server/CMakeLists.txt 2009-05-14 00:34:36 UTC (rev
7652)
@@ -105,7 +105,17 @@
${CMAKE_LINK_FLAGS_${CMAKE_BUILD_TYPE}})
ENDIF (CMAKE_LINK_FLAGS_${CMAKE_BUILD_TYPE})
-TARGET_LINK_LIBRARIES( gazebo-exec gazebo_gui gazebo_sensors gazebo_physics
gazebo_rendering gazebo_controllers gazebo_av ${gazeboserver_link_libs}
${FLTK_LIBRARIES} ${boost_libraries} ${freeimage_library} gazebo )
+TARGET_LINK_LIBRARIES( gazebo-exec gazebo_gui
+ gazebo_sensors
+ gazebo_physics
+ gazebo_rendering
+ gazebo_av
+ ${gazeboserver_link_libs}
+ ${FLTK_LIBRARIES}
+ ${boost_libraries}
+ ${freeimage_library}
+ gazebo
+)
INSTALL (TARGETS gazebo-exec DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
INSTALL (FILES ${gazeboserver_headers} DESTINATION
${CMAKE_INSTALL_PREFIX}/include/gazebo COMPONENT headers)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit