Skip to content

Commit

Permalink
Install the library that provides a default sensors implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Feb 7, 2019
1 parent 2900669 commit 43aaed7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions impl/SensorsImpl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ target_include_directories(SensorsImpl PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)

target_link_libraries(SensorsImpl PUBLIC Wearable::IWear)

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

0 comments on commit 43aaed7

Please sign in to comment.