Skip to content

Commit

Permalink
install rule for the server, closes #14.
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Oct 25, 2013
1 parent f38f9dd commit cf43686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turtlebot_interactive_markers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ add_executable(turtlebot_marker_server src/turtlebot_marker_server.cpp)

target_link_libraries(turtlebot_marker_server ${catkin_LIBRARIES})

install(TARGETS turtlebot_marker_server DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION})
install(TARGETS turtlebot_marker_server DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})

install(DIRECTORY launch DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})

Expand Down

0 comments on commit cf43686

Please sign in to comment.