Skip to content

Commit

Permalink
Add installation of WearableActuators package
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshasvitirupachuri committed Jan 15, 2021
1 parent 89fced9 commit 2273d01
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,17 @@ target_include_directories(WearableActuators PUBLIC
$<BUILD_INTERFACE:${WEARABLEACTUATORS_INCLUDE_DIRS}>)

install(TARGETS WearableActuators
EXPORT WearableActuators
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})

install_basic_package_files(WearableActuators
VERSION ${PROJECT_VERSION}
COMPATIBILITY AnyNewerVersion
EXPORT WearableActuators
NO_CHECK_REQUIRED_COMPONENTS_MACRO)

# =======================
# XsensSuitControlService
# =======================
Expand Down

0 comments on commit 2273d01

Please sign in to comment.