1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 03:34:53 +08:00

Install serial library to a portable location. (#216)

This commit is contained in:
Sean Yen 2020-01-06 11:15:17 -08:00 committed by William Woodall
parent 683e12d2f6
commit cbcca7c837

View File

@ -68,6 +68,7 @@ include_directories(include)
install(TARGETS ${PROJECT_NAME}
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_GLOBAL_BIN_DESTINATION}
)
## Install headers