summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-09-29 22:59:08 +0200
committerAki <please@ignore.pl>2021-09-29 22:59:08 +0200
commit2e0fb86cc3026d42b02d292011e548c8fb4bf5c7 (patch)
tree9cfeec91468775d0874dc721416330fb2a6522b6
parent5e2e129e61020c18e6579c3a4496b15915bdfd9a (diff)
downloadstarshatter-2e0fb86cc3026d42b02d292011e548c8fb4bf5c7.zip
starshatter-2e0fb86cc3026d42b02d292011e548c8fb4bf5c7.tar.gz
starshatter-2e0fb86cc3026d42b02d292011e548c8fb4bf5c7.tar.bz2
Added dx9 sdk include dir to nGenEx
-rw-r--r--nGenEx/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/nGenEx/CMakeLists.txt b/nGenEx/CMakeLists.txt
index 8fe1c1c..5435a54 100644
--- a/nGenEx/CMakeLists.txt
+++ b/nGenEx/CMakeLists.txt
@@ -79,6 +79,7 @@ add_library(
target_include_directories(
nGenEx
PUBLIC .
+ PUBLIC $ENV{DXSDK_DIR}/Include
)
target_link_libraries(
nGenEx