Skip to content

Commit

Permalink
costmap_cspace: install all headers (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuuchanShimi committed May 19, 2023
1 parent daa1f98 commit d30bd02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions costmap_cspace/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ add_dependencies(costmap_3d_layers ${catkin_EXPORTED_TARGETS})
add_executable(costmap_3d src/costmap_3d.cpp)
target_link_libraries(costmap_3d costmap_3d_layers ${catkin_LIBRARIES})
add_dependencies(costmap_3d ${catkin_EXPORTED_TARGETS})
set_property(TARGET costmap_3d PROPERTY PUBLIC_HEADER
include/costmap_cspace/pointcloud_accumulator.h
)

add_executable(laserscan_to_map src/laserscan_to_map.cpp)
target_link_libraries(laserscan_to_map ${catkin_LIBRARIES})
Expand Down Expand Up @@ -73,5 +70,8 @@ install(TARGETS
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
PUBLIC_HEADER DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
)

install(DIRECTORY include/${PROJECT_NAME}/
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
)

0 comments on commit d30bd02

Please sign in to comment.