Skip to content
Snippets Groups Projects
Commit d544c68e authored by Steven Macenski's avatar Steven Macenski
Browse files

install headers in correct path

parent c03c3296
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,8 @@ find_package(std_msgs REQUIRED)
find_package(geometry_msgs REQUIRED)
find_package(tf2_ros REQUIRED)
install(DIRECTORY include/${PROJECT_NAME}/
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION lib/${PROJECT_NAME}
install(DIRECTORY include/
DESTINATION include/
)
ament_package()
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment