summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-07-12 06:45:10 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-07-12 06:45:30 +0200
commitf17bbbca24fe123dbe322769960ad78247796cb4 (patch)
tree52d00cc937d2d4a57fd88cdb40d71eb0f8e71ecc /CMakeLists.txt
parent2a3ed324372658a2e8dd7fe06346b2e06b2eea1f (diff)
simconnect: no need to include simconnect sdk
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7046c549..14fd87b7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -302,10 +302,8 @@ if(SDK_FSUIPC)
#target_link_directories(${SDK_FSUIPC})
endif()
-if(SDK_SIMCONNECT)
+if(WIN32)
opentrack_library(opentrack-proto-simconnect ftnoir_protocol_sc)
- target_link_libraries(opentrack-proto-simconnect ${SDK_SIMCONNECT}/lib/SimConnect.lib)
- include_directories(opentrack-proto-simconnect SYSTEM PUBLIC ${SDK_SIMCONNECT}/inc)
endif()
if(WIN32)