Skip to content

Commit

Permalink
install node to libexec (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas authored and clalancette committed Mar 13, 2019
1 parent d6a4f64 commit b6312d5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,16 @@ install(DIRECTORY include/
DESTINATION include
)

install(TARGETS DepthImageToLaserScan DepthImageToLaserScanROS depthimage_to_laserscan_node
EXPORT export_depthimage_to_laserscan_node
install(TARGETS DepthImageToLaserScan DepthImageToLaserScanROS
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin
)

install(TARGETS depthimage_to_laserscan_node
DESTINATION lib/${PROJECT_NAME}
)

if(BUILD_TESTING)
find_package(ament_cmake_gtest REQUIRED)

Expand Down

0 comments on commit b6312d5

Please sign in to comment.