Skip to content

Commit

Permalink
Merge pull request #5 from LCAS/scosar-dev
Browse files Browse the repository at this point in the history
Fix missing executables
  • Loading branch information
scosar authored Jun 3, 2019
2 parents 1653588 + b15195d commit 9618c88
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ouster_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,15 @@ target_link_libraries(img_node ouster_ros ${catkin_LIBRARIES})
install(FILES os1.launch
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

install(TARGETS os1_node
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

install(TARGETS os1_cloud_node
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

0 comments on commit 9618c88

Please sign in to comment.