diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-07-19 15:42:23 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-07-19 15:42:23 -0400 |
commit | 0fbcb784478e0be2fd7f31f79db45571fdbaef78 (patch) | |
tree | 7ea132fe5d2f1179622391686ad828789bfc34e7 /CMakeLists.txt | |
parent | 31bca4f44d92b6ca0e67f355f46791270a9c471d (diff) | |
parent | 9a5b7483dc16651bbef5aeae9791c9ccb120380a (diff) |
Merge branch 'master' of ulmo:Instrument
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d0faa1f..7f63209 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,4 +12,7 @@ add_executable(instr-client instr-client.c) target_link_libraries(instr-daemon gio-2.0 gobject-2.0 glib-2.0) target_link_libraries(instr-client gio-2.0 gobject-2.0 glib-2.0) +INSTALL(TARGETS instr-daemon instr-client + RUNTIME DESTINATION /usr/bin) + |