summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-06-18 08:55:57 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-06-18 08:55:57 +0200
commiteb01d3fc37c3c15a7c715824b0331d8968656700 (patch)
tree2c5690626a266e864bd2da4532a9c1b528bdb607 /CMakeLists.txt
parent4209d8a9c4b4cb36054203a263063cc61fe2c3a4 (diff)
don't install HT stuff
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 149655e8..2cd3f477 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -475,11 +475,6 @@ if(SDK_XPLANE)
install(TARGETS opentrack-xplane-plugin RUNTIME DESTINATION . LIBRARY DESTINATION . )
endif()
-if(WIN32)
- install(DIRECTORY ${CMAKE_SOURCE_DIR}/bin/tracker-ht DESTINATION .)
- #install(TARGETS freetrackclient RUNTIME DESTINATION . LIBRARY DESTINATION . )
-endif()
-
install(DIRECTORY ${CMAKE_SOURCE_DIR}/3rdparty-notices DESTINATION .)
install(FILES "${CMAKE_SOURCE_DIR}/bin/freetrackclient.dll" DESTINATION .)