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 6c373537..c6962fcd 100644 --- a/dinput/CMakeLists.txt +++ b/dinput/CMakeLists.txt @@ -1,4 +1,4 @@ if(WIN32) - opentrack_boilerplate(opentrack-dinput BIN) + otr_module(dinput BIN) target_link_libraries(opentrack-dinput dinput8) endif() |