diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-27 02:31:33 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-27 02:31:33 +0100 |
commit | 8e00d5a1599cc60a823191ed5351d68066682b16 (patch) | |
tree | 7f5922424d9b43bdb3f625630e10412f1b669a47 | |
parent | 5f17327c0d9d5bd2da69139a324434d461519403 (diff) |
install hatire
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 307aeac4..0aaf4f01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -537,6 +537,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_GNUCC) SET_TARGET_PROPERTIES(opentrack-tracker-hatire PROPERTIES LINK_FLAGS "-Wl,--version-script=${CMAKE_SOURCE_DIR}/facetracknoir/posix-version-script.txt") endif() +install(TARGETS opentrack-tracker-hatire RUNTIME DESTINATION . LIBRARY DESTINATION .) if(WIN32) target_link_libraries(opentrack-tracker-ht |