Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
src/c/CMakeLists.txt: add install directive for device-grove target
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Johnson <ian.johnson@canonical.com>
  • Loading branch information
anonymouse64 committed Apr 22, 2019
1 parent 01618ab commit 19935c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ find_library(LIBMRAA_LIB NAMES mraa)
add_executable(device-grove ${C_FILES})
target_include_directories (device-grove PRIVATE .)
target_link_libraries (device-grove PUBLIC m PRIVATE ${LIBMRAA_LIB} ${EDGEX_CSDK_RELEASE_LIB})
install(TARGETS device-grove DESTINATION bin)

0 comments on commit 19935c2

Please sign in to comment.