summaryrefslogtreecommitdiffhomepage
path: root/dinput
diff options
context:
space:
mode:
authorDaMichel <mw.pub@welter-4d.de>2016-08-16 22:02:52 +0200
committerDaMichel <mw.pub@welter-4d.de>2016-08-17 23:26:39 +0200
commit1a7b39fcd77ee82450d591357ea336f956d49734 (patch)
tree2fed178837815fff81e904862fdaac18ca870a66 /dinput
parentd28b006ab7029234ddac79d9179cb1c024fd505e (diff)
dinput: link to dinput8 rather than dinput since dinput is deprecated.
Diffstat (limited to 'dinput')
-rw-r--r--dinput/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dinput/CMakeLists.txt b/dinput/CMakeLists.txt
index ed0b5990..6c373537 100644
--- a/dinput/CMakeLists.txt
+++ b/dinput/CMakeLists.txt
@@ -1,4 +1,4 @@
if(WIN32)
opentrack_boilerplate(opentrack-dinput BIN)
- target_link_libraries(opentrack-dinput dinput)
+ target_link_libraries(opentrack-dinput dinput8)
endif()