Fixes plugins not getting found when doing isolated builds
find_package(gazebo REQUIRED)
find_package(Boost REQUIRED)
+catkin_package(
+ DEPENDS
+ roscpp
+ gazebo_ros
+ control_toolbox
+)
+
link_directories(${GAZEBO_LIBRARY_DIRS})
include_directories(${Boost_INCLUDE_DIR} ${catkin_INCLUDE_DIRS} ${GAZEBO_INCLUDE_DIRS} include)
add_library(roboticsgroup_gazebo_disable_link_plugin src/disable_link_plugin.cpp)
target_link_libraries(roboticsgroup_gazebo_disable_link_plugin ${catkin_LIBRARIES} ${GAZEBO_LIBRARIES})
-catkin_package(
- DEPENDS
- roscpp
- gazebo_ros
- control_toolbox
-)
\ No newline at end of file