We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6071019 commit 72efb03Copy full SHA for 72efb03
1 file changed
guidance/los_guidance/CMakeLists.txt
@@ -44,6 +44,14 @@ add_executable(los_guidance_node
44
45
target_link_libraries(los_guidance_node ${LIB_NAME})
46
47
+install(TARGETS
48
+ ${LIB_NAME}
49
+ EXPORT export_${PROJECT_NAME}
50
+ ARCHIVE DESTINATION lib
51
+ LIBRARY DESTINATION lib
52
+ RUNTIME DESTINATION bin
53
+)
54
+
55
install(TARGETS
56
los_guidance_node
57
DESTINATION lib/${PROJECT_NAME}
0 commit comments