diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-22 10:27:51 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-22 10:27:51 +0200 |
commit | 1983bf2e3a8db6036c7460d4b99b6b6f0521bc37 (patch) | |
tree | d3a030f710faf0a4ff0d33ad306b94c4b05919fb /opentrack-compat | |
parent | b20f047e015980329af4131500bce8b72e340737 (diff) |
cmake/many: update for dinput8 manual link removal
It's automatic now.
Diffstat (limited to 'opentrack-compat')
-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) |