summaryrefslogtreecommitdiff
path: root/compiler/cmake/sample_d3d11.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/cmake/sample_d3d11.cmake')
-rw-r--r--compiler/cmake/sample_d3d11.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/cmake/sample_d3d11.cmake b/compiler/cmake/sample_d3d11.cmake
index 5b6b4e0..28f9895 100644
--- a/compiler/cmake/sample_d3d11.cmake
+++ b/compiler/cmake/sample_d3d11.cmake
@@ -1,5 +1,5 @@
#
-# Build test_d3d11
+# Build sample_d3d11
#
SET(GW_DEPS_ROOT $ENV{GW_DEPS_ROOT})
@@ -26,9 +26,9 @@ IF(TARGET_BUILD_PLATFORM STREQUAL "Windows")
# Use generator expressions to set config specific preprocessor definitions
SET(WW_COMPILE_DEFS
# Common to all configurations
- _LIB;NVWAVEWORKS_LIB_DLL_EXPORTS;WIN32;
+ WIN32;_WINDOWS
- $<$<CONFIG:debug>:PROFILE;_DEV;>
+ $<$<CONFIG:debug>:PROFILE;>
$<$<CONFIG:release>:NDEBUG;>
)