Merge pull request #91 from garyservin/android-fix

Add install for static libs needed for Android cross-compilation
This commit is contained in:
Ioan A Sucan 2014-11-14 11:38:37 -08:00
commit 8a26b2ac9e
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ endif()
# rosbuild_add_rostest(${PROJECT_SOURCE_DIR}/test/test_robot_model_parser.launch)
install(TARGETS ${PROJECT_NAME}
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})