diff options
Diffstat (limited to 'dinput')
-rw-r--r-- | dinput/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dinput/CMakeLists.txt b/dinput/CMakeLists.txt index c6962fcd..865c92cb 100644 --- a/dinput/CMakeLists.txt +++ b/dinput/CMakeLists.txt @@ -1,4 +1,4 @@ if(WIN32) otr_module(dinput BIN) - target_link_libraries(opentrack-dinput dinput8) + target_link_libraries(opentrack-dinput dinput8 dxguid) endif() |