diff options
Diffstat (limited to 'opentrack-compat/CMakeLists.txt')
-rw-r--r-- | opentrack-compat/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opentrack-compat/CMakeLists.txt b/opentrack-compat/CMakeLists.txt index fbca0263..ab3278a3 100644 --- a/opentrack-compat/CMakeLists.txt +++ b/opentrack-compat/CMakeLists.txt @@ -2,4 +2,3 @@ opentrack_boilerplate(opentrack-compat NO-COMPAT) if(NOT WIN32 AND NOT APPLE) target_link_libraries(opentrack-compat rt) endif() -link_with_dinput8(opentrack-compat) |