From 2e0fb86cc3026d42b02d292011e548c8fb4bf5c7 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 29 Sep 2021 22:59:08 +0200 Subject: Added dx9 sdk include dir to nGenEx --- nGenEx/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'nGenEx') 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 -- cgit v1.1