summaryrefslogtreecommitdiffhomepage
path: root/opentrack
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-07-18 10:12:25 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-07-18 10:12:25 +0200
commitde4e1cb93cb73a247858a1afb950d5ae86acdc41 (patch)
treefe2bf4f03b40e67c7533e3d47703259a4c0e61f3 /opentrack
parente70cb063503100f8241b6b1b7cc75944afb62fe6 (diff)
cmake: adjust paths for main executable dependencies
Diffstat (limited to 'opentrack')
-rw-r--r--opentrack/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/CMakeLists.txt b/opentrack/CMakeLists.txt
index 13b054ca..5151cbf7 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})