diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-12-06 02:24:44 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-12-06 02:37:25 +0100 |
commit | 211a17996e3ffc0d84c985c43c612da32923b42d (patch) | |
tree | eab571691b16aa84afb1fd9a6a3fd0bc21f37c77 /opentrack/CMakeLists.txt | |
parent | dbc4722f14aa6d4b3322405c9251c5cee2e165d8 (diff) |
api/camera-names: move to compat/
Diffstat (limited to 'opentrack/CMakeLists.txt')
-rw-r--r-- | opentrack/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opentrack/CMakeLists.txt b/opentrack/CMakeLists.txt index de5975e2..08003a5c 100644 --- a/opentrack/CMakeLists.txt +++ b/opentrack/CMakeLists.txt @@ -4,5 +4,4 @@ if(NOT WIN32) else() target_link_libraries(opentrack-api winmm) endif() -link_with_dinput8(opentrack-api) target_link_libraries(opentrack-api opentrack-spline-widget) |