summaryrefslogtreecommitdiffhomepage
path: root/Stars45
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-09-30 13:25:32 +0200
committerAki <please@ignore.pl>2021-09-30 13:25:32 +0200
commitb601ac6ee335560a5b5e6ac56e911c05092c7b55 (patch)
treea4e1f73a6dc997a383a04402a26fffd76db94d4c /Stars45
parentadb8f1fcf0172c4c4299703efea1d0744d03b5e7 (diff)
downloadstarshatter-b601ac6ee335560a5b5e6ac56e911c05092c7b55.zip
starshatter-b601ac6ee335560a5b5e6ac56e911c05092c7b55.tar.gz
starshatter-b601ac6ee335560a5b5e6ac56e911c05092c7b55.tar.bz2
Temporarily added windows sdk include path to stars45
Diffstat (limited to 'Stars45')
-rw-r--r--Stars45/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Stars45/CMakeLists.txt b/Stars45/CMakeLists.txt
index 56b1cca..f860bf8 100644
--- a/Stars45/CMakeLists.txt
+++ b/Stars45/CMakeLists.txt
@@ -197,10 +197,12 @@ add_executable(
Weather.cpp
WepView.cpp
)
+set(WINDOWSSDK_PATH "C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/um")
target_include_directories(
Stars45
PUBLIC .
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../Opcode/OpcodeLib
+ PUBLIC ${WINDOWSSDK_PATH} # FIXME: Resolve this with a Find module or even find out why is going wrong - most sources say that it should be guaranteed.
)
target_precompile_headers(
nGenEx