Skip to content

Commit 35d1646

Browse files
committed
cmake update for ros install
1 parent 9bf3178 commit 35d1646

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

robotis_framework_common/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ set_target_properties(${PROJECT_NAME} PROPERTIES LINKER_LANGUAGE CXX)
4646
################################################################################
4747
# Install
4848
################################################################################
49+
install(TARGETS robotis_framework_common
50+
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
51+
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
52+
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
53+
)
54+
4955
install(DIRECTORY include/${PROJECT_NAME}/
5056
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
5157
)

0 commit comments

Comments
 (0)