diff options
Diffstat (limited to 'sdk/compiler/cmake/windows/NvBlastGlobals.cmake')
| -rwxr-xr-x[-rw-r--r--] | sdk/compiler/cmake/windows/NvBlastGlobals.cmake | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sdk/compiler/cmake/windows/NvBlastGlobals.cmake b/sdk/compiler/cmake/windows/NvBlastGlobals.cmake index 106c9aa..7a7324b 100644..100755 --- a/sdk/compiler/cmake/windows/NvBlastGlobals.cmake +++ b/sdk/compiler/cmake/windows/NvBlastGlobals.cmake @@ -1,13 +1,13 @@ -# -# Build NvBlastGlobals Windows -# - -SET(BLASTGLOBALS_COMPILE_DEFS - # Common to all configurations - ${BLAST_SLN_COMPILE_DEFS};_CONSOLE - - $<$<CONFIG:debug>:${BLAST_SLN_DEBUG_COMPILE_DEFS}> - $<$<CONFIG:checked>:${BLAST_SLN_CHECKED_COMPILE_DEFS}> - $<$<CONFIG:profile>:${BLAST_SLN_PROFILE_COMPILE_DEFS}> - $<$<CONFIG:release>:${BLAST_SLN_RELEASE_COMPILE_DEFS}> -) +#
+# Build NvBlastGlobals Windows
+#
+
+SET(BLASTGLOBALS_COMPILE_DEFS
+ # Common to all configurations
+ ${BLAST_SLN_COMPILE_DEFS};_CONSOLE
+
+ $<$<CONFIG:debug>:${BLAST_SLN_DEBUG_COMPILE_DEFS}>
+ $<$<CONFIG:checked>:${BLAST_SLN_CHECKED_COMPILE_DEFS}>
+ $<$<CONFIG:profile>:${BLAST_SLN_PROFILE_COMPILE_DEFS}>
+ $<$<CONFIG:release>:${BLAST_SLN_RELEASE_COMPILE_DEFS}>
+)
|