summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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()