Skip to content

Commit

Permalink
[rolling][CMakeLists] add include directory to catkin_package_include…
Browse files Browse the repository at this point in the history
…_destination
  • Loading branch information
sugikazu75 committed Jul 13, 2023
1 parent 85d0a88 commit b607ae6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions robots/rolling/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ add_executable(optimal_design src/design/optimal_design.cpp)
target_link_libraries(optimal_design
${catkin_LIBRARIES} ${NLOPT_LIBRARIES})

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

install(DIRECTORY config launch plugins scripts
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
USE_SOURCE_PERMISSIONS
Expand Down

0 comments on commit b607ae6

Please sign in to comment.