diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-09 19:14:48 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-10 03:18:58 +0100 |
commit | 6388d767f4510a3771909a91ad72ad4963d029db (patch) | |
tree | 3cda0b925d1115873179d32be3a4ca72139cc54a /dinput | |
parent | 7d101a1c2827b5e7a373fb0d0a68099fb692e55a (diff) |
cmake: cleanup, decruft, probably fix mingw
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() |