From 7579786e0007537db659b7a8cf4a78120ef4c4d5 Mon Sep 17 00:00:00 2001
From: Stanislaw Halik <sthalik@misaki.pl>
Date: Thu, 13 Aug 2015 09:59:14 +0200
Subject: cmake: actually fix msvc subsystem to support xp

---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1f943879..65c7c81d 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -124,6 +124,7 @@ macro(opentrack_library n dir)
     if(NOT foolib_STATIC)
         install(TARGETS ${n} RUNTIME DESTINATION . LIBRARY DESTINATION .)
     endif()
+    opentrack_compat(${n})
 endmacro()
 
 function(link_with_dinput8 n)
-- 
cgit v1.2.3