summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-12-17 10:25:55 +0100
committerStanislaw Halik <sthalik@misaki.pl>2015-12-17 10:25:55 +0100
commit4821c0337a64ada6db44a6ccbb84f6067d898d4b (patch)
tree2a322cefbe9be31eff628db2a8acb4f81432e259
parent143ffce5486739368a9b35c10f2e8a7ad22a2236 (diff)
cmake/api: link with strmiids.lib on win32
It worked by accident since cmake/compat already links to it.
-rw-r--r--opentrack/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/opentrack/CMakeLists.txt b/opentrack/CMakeLists.txt
index 08003a5c..6baa05db 100644
--- a/opentrack/CMakeLists.txt
+++ b/opentrack/CMakeLists.txt
@@ -5,3 +5,4 @@ else()
target_link_libraries(opentrack-api winmm)
endif()
target_link_libraries(opentrack-api opentrack-spline-widget)
+link_with_dinput8(opentrack-api)