Skip to content

Commit

Permalink
fix cmake settings
Browse files Browse the repository at this point in the history
Signed-off-by: Shinnosuke Hirakawa <[email protected]>
  • Loading branch information
0x126 committed Mar 1, 2021
1 parent 1c85c27 commit ca46cb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pandar_pointcloud/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ target_link_libraries(pandar_cloud_node
## add nodelet
add_library(pandar_cloud_nodelet
src/cloud_nodelet.cpp
src/pandar_cloud.cpp
)

target_link_libraries(pandar_cloud_nodelet
Expand All @@ -68,6 +69,7 @@ install(
TARGETS
pandar_cloud_node
pandar_cloud_nodelet
pandar_cloud
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
Expand Down

0 comments on commit ca46cb3

Please sign in to comment.