We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a2117 commit 830a1e5Copy full SHA for 830a1e5
CMakeLists.txt
@@ -60,6 +60,7 @@ add_library(${PROJECT_NAME} src/gazebo_ros_link_attacher.cpp)
60
61
## Specify libraries to link a library or executable target against
62
target_link_libraries(${PROJECT_NAME} ${catkin_LIBRARIES} ${GAZEBO_LIBRARIES})
63
+add_dependencies(${PROJECT_NAME} ${${PROJECT_NAME}_EXPORTED_TARGETS})
64
65
66
#############
0 commit comments