Skip to content

Commit

Permalink
add cmake install target for devcal
Browse files Browse the repository at this point in the history
  • Loading branch information
lechner committed Dec 6, 2017
1 parent bdf70af commit 7d20b8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/svxlink/devcal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ set_target_properties(devcal PROPERTIES
#set_target_properties(noisegen PROPERTIES
# RUNTIME_OUTPUT_DIRECTORY ${RUNTIME_OUTPUT_DIRECTORY}
#)

# Install targets
install(TARGETS devcal DESTINATION ${BIN_INSTALL_DIR})

0 comments on commit 7d20b8f

Please sign in to comment.