diff options
author | DaMichel <mw.pub@welter-4d.de> | 2016-08-16 22:02:52 +0200 |
---|---|---|
committer | DaMichel <mw.pub@welter-4d.de> | 2016-08-17 23:26:39 +0200 |
commit | 1a7b39fcd77ee82450d591357ea336f956d49734 (patch) | |
tree | 2fed178837815fff81e904862fdaac18ca870a66 /dinput/CMakeLists.txt | |
parent | d28b006ab7029234ddac79d9179cb1c024fd505e (diff) |
dinput: link to dinput8 rather than dinput since dinput is deprecated.
Diffstat (limited to 'dinput/CMakeLists.txt')
-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 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() |