saved work

This commit is contained in:
Ruixiang Du
2020-06-16 18:35:29 +08:00
parent edc1d2ba0d
commit baca338e2f
6 changed files with 50 additions and 10 deletions

View File

@@ -18,7 +18,15 @@ target_include_directories(asyncio PUBLIC
$<INSTALL_INTERFACE:include>
PRIVATE src)
install(TARGETS asyncio
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION})
install(DIRECTORY include asio
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})
# Add executables
if(BUILD_TESTS)
add_subdirectory(tests)
endif()
endif()