summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--cmake/opentrack-install.cmake6
-rw-r--r--gui/CMakeLists.txt2
-rw-r--r--opentrack-compat/CMakeLists.txt2
-rw-r--r--opentrack-logic/CMakeLists.txt2
-rw-r--r--opentrack/CMakeLists.txt2
-rw-r--r--pose-widget/CMakeLists.txt2
-rw-r--r--qxt-mini/CMakeLists.txt2
-rw-r--r--spline-widget/CMakeLists.txt2
8 files changed, 10 insertions, 10 deletions
diff --git a/cmake/opentrack-install.cmake b/cmake/opentrack-install.cmake
index a6ad1bad7..a8ab394c6 100644
--- a/cmake/opentrack-install.cmake
+++ b/cmake/opentrack-install.cmake
@@ -6,10 +6,10 @@ if(WIN32)
install(FILES "${CMAKE_SOURCE_DIR}/bin/cleye.config" DESTINATION .)
endif()
-install(FILES ${CMAKE_SOURCE_DIR}/README.md DESTINATION ${opentrack-hier-doc})
+install(FILES ${CMAKE_SOURCE_DIR}/README.md DESTINATION ${opentrack-doc-pfx})
-install(DIRECTORY ${CMAKE_SOURCE_DIR}/3rdparty-notices DESTINATION ${opentrack-hier-doc})
-install(DIRECTORY "${CMAKE_SOURCE_DIR}/settings" "${CMAKE_SOURCE_DIR}/contrib" DESTINATION ${opentrack-hier-doc})
+install(DIRECTORY ${CMAKE_SOURCE_DIR}/3rdparty-notices DESTINATION ${opentrack-doc-pfx})
+install(DIRECTORY "${CMAKE_SOURCE_DIR}/settings" "${CMAKE_SOURCE_DIR}/contrib" DESTINATION ${opentrack-doc-pfx})
install(FILES "${CMAKE_SOURCE_DIR}/bin/freetrackclient.dll" DESTINATION ${opentrack-hier-pfx} ${opentrack-perms})
install(FILES
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt
index 6ea4a67f2..6fa8d0340 100644
--- a/gui/CMakeLists.txt
+++ b/gui/CMakeLists.txt
@@ -32,5 +32,5 @@ if(LINUX)
target_link_libraries(opentrack procps)
endif()
-opentrack_boilerplate(opentrack STAGE2)
+opentrack_boilerplate(opentrack STAGE2 BIN)
diff --git a/opentrack-compat/CMakeLists.txt b/opentrack-compat/CMakeLists.txt
index ab3278a38..6f7457011 100644
--- a/opentrack-compat/CMakeLists.txt
+++ b/opentrack-compat/CMakeLists.txt
@@ -1,4 +1,4 @@
-opentrack_boilerplate(opentrack-compat NO-COMPAT)
+opentrack_boilerplate(opentrack-compat NO-COMPAT BIN)
if(NOT WIN32 AND NOT APPLE)
target_link_libraries(opentrack-compat rt)
endif()
diff --git a/opentrack-logic/CMakeLists.txt b/opentrack-logic/CMakeLists.txt
index 000276d58..edcc27b35 100644
--- a/opentrack-logic/CMakeLists.txt
+++ b/opentrack-logic/CMakeLists.txt
@@ -1,4 +1,4 @@
-opentrack_boilerplate(opentrack-logic)
+opentrack_boilerplate(opentrack-logic BIN)
target_link_libraries(opentrack-logic opentrack-spline-widget)
if(NOT WIN32)
target_link_libraries(opentrack-logic opentrack-qxt-mini)
diff --git a/opentrack/CMakeLists.txt b/opentrack/CMakeLists.txt
index 13b054ca5..5151cbf7a 100644
--- a/opentrack/CMakeLists.txt
+++ b/opentrack/CMakeLists.txt
@@ -1,3 +1,3 @@
-opentrack_boilerplate(opentrack-api NO-COMPAT)
+opentrack_boilerplate(opentrack-api NO-COMPAT BIN)
target_link_libraries(opentrack-api opentrack-compat)
target_include_directories(opentrack-api PUBLIC ${CMAKE_BINARY_DIR})
diff --git a/pose-widget/CMakeLists.txt b/pose-widget/CMakeLists.txt
index 279e6f5ec..d70c34875 100644
--- a/pose-widget/CMakeLists.txt
+++ b/pose-widget/CMakeLists.txt
@@ -1 +1 @@
-opentrack_boilerplate(opentrack-pose-widget)
+opentrack_boilerplate(opentrack-pose-widget BIN)
diff --git a/qxt-mini/CMakeLists.txt b/qxt-mini/CMakeLists.txt
index cf8b14a04..020788ec6 100644
--- a/qxt-mini/CMakeLists.txt
+++ b/qxt-mini/CMakeLists.txt
@@ -1,5 +1,5 @@
if(UNIX OR APPLE)
- opentrack_boilerplate(opentrack-qxt-mini NO-COMPAT)
+ opentrack_boilerplate(opentrack-qxt-mini NO-COMPAT BIN)
if(NOT APPLE)
target_link_libraries(opentrack-qxt-mini X11)
else()
diff --git a/spline-widget/CMakeLists.txt b/spline-widget/CMakeLists.txt
index 437ef854d..9168fc459 100644
--- a/spline-widget/CMakeLists.txt
+++ b/spline-widget/CMakeLists.txt
@@ -1,2 +1,2 @@
-opentrack_boilerplate(opentrack-spline-widget NO-COMPAT)
+opentrack_boilerplate(opentrack-spline-widget NO-COMPAT BIN)
target_link_libraries(opentrack-spline-widget opentrack-compat)