Skip to content

Commit 72efb03

Browse files
committed
fix(los_guidance): install los lib
1 parent 6071019 commit 72efb03

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

guidance/los_guidance/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ add_executable(los_guidance_node
4444

4545
target_link_libraries(los_guidance_node ${LIB_NAME})
4646

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+
4755
install(TARGETS
4856
los_guidance_node
4957
DESTINATION lib/${PROJECT_NAME}

0 commit comments

Comments
 (0)