summaryrefslogtreecommitdiffhomepage
path: root/opentrack-compat/CMakeLists.txt
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-12-06 02:24:44 +0100
committerStanislaw Halik <sthalik@misaki.pl>2015-12-06 02:37:25 +0100
commit211a17996e3ffc0d84c985c43c612da32923b42d (patch)
treeeab571691b16aa84afb1fd9a6a3fd0bc21f37c77 /opentrack-compat/CMakeLists.txt
parentdbc4722f14aa6d4b3322405c9251c5cee2e165d8 (diff)
api/camera-names: move to compat/
Diffstat (limited to 'opentrack-compat/CMakeLists.txt')
-rw-r--r--opentrack-compat/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/opentrack-compat/CMakeLists.txt b/opentrack-compat/CMakeLists.txt
index 37d53e6c..8dba67e2 100644
--- a/opentrack-compat/CMakeLists.txt
+++ b/opentrack-compat/CMakeLists.txt
@@ -2,3 +2,4 @@ opentrack_boilerplate(opentrack-compat NO-COMPAT NO-LINKER-SCRIPT LINKAGE)
if(NOT WIN32 AND NOT APPLE)
target_link_libraries(opentrack-compat rt)
endif()
+link_with_dinput8(opentrack-compat)