Skip to content
Snippets Groups Projects
Commit 619c6ab7 authored by Jeremie Deray's avatar Jeremie Deray
Browse files

export install targets

parent 42ba85c1
No related branches found
No related tags found
1 merge request!91catkin build
......@@ -376,11 +376,13 @@ ENDIF (YAMLCPP_FOUND)
#install library
#=============================================================
INSTALL(TARGETS ${PROJECT_NAME}
INSTALL(TARGETS ${PROJECT_NAME} EXPORT ${PROJECT_NAME}Targets
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib/iri-algorithms
ARCHIVE DESTINATION lib/iri-algorithms)
install(EXPORT ${PROJECT_NAME}Targets DESTINATION lib/cmake/${PROJECT_NAME})
#install headers
INSTALL(FILES ${HDRS_BASE}
DESTINATION include/iri-algorithms/wolf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment