Skip to content

Commit

Permalink
Runtime destination for windows dll
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Mar 17, 2013
1 parent 96db3d4 commit c3fc203
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ catkin_package(
install(PROGRAMS tools/axclient.py tools/axserver.py tools/dynamic_action.py tools/library.py
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})
install(TARGETS ${PROJECT_NAME}
RUNTIME DESTINATION ${CATKIN_GLOBAL_BIN_DESTINATION}
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION})
install(DIRECTORY include/${PROJECT_NAME}/
Expand Down

0 comments on commit c3fc203

Please sign in to comment.