diff options
author | Aki <please@ignore.pl> | 2021-09-29 22:59:08 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2021-09-29 22:59:08 +0200 |
commit | 2e0fb86cc3026d42b02d292011e548c8fb4bf5c7 (patch) | |
tree | 9cfeec91468775d0874dc721416330fb2a6522b6 /nGenEx/CMakeLists.txt | |
parent | 5e2e129e61020c18e6579c3a4496b15915bdfd9a (diff) | |
download | starshatter-2e0fb86cc3026d42b02d292011e548c8fb4bf5c7.zip starshatter-2e0fb86cc3026d42b02d292011e548c8fb4bf5c7.tar.gz starshatter-2e0fb86cc3026d42b02d292011e548c8fb4bf5c7.tar.bz2 |
Added dx9 sdk include dir to nGenEx
Diffstat (limited to 'nGenEx/CMakeLists.txt')
-rw-r--r-- | nGenEx/CMakeLists.txt | 1 |
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 |