Skip to content

Commit 04ffc6a

Browse files
authored
Merge pull request #10 from skasperski/melodic-devel
Added archive destination
2 parents 55f0709 + 4518479 commit 04ffc6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ target_include_directories(${PROJECT_NAME}
2020
PUBLIC include)
2121

2222
install(TARGETS ${PROJECT_NAME}
23+
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
2324
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION})
2425

2526
install(DIRECTORY include/${PROJECT_NAME}/

0 commit comments

Comments
 (0)