diff options
| author | Anton Novoselov <[email protected]> | 2017-08-01 13:20:34 +0300 |
|---|---|---|
| committer | Anton Novoselov <[email protected]> | 2017-08-01 13:20:34 +0300 |
| commit | 883afed713a7b6508c9847a1a3d7670811b43026 (patch) | |
| tree | a58d155fc9422e836d8b33ee39880dc1491f7828 /sdk/compiler/cmake/linux/NvBlastGlobals.cmake | |
| parent | Blast 1.1 release (windows / linux) (diff) | |
| download | blast-883afed713a7b6508c9847a1a3d7670811b43026.tar.xz blast-883afed713a7b6508c9847a1a3d7670811b43026.zip | |
* fix .gitignore
* added missing cmake files
Diffstat (limited to 'sdk/compiler/cmake/linux/NvBlastGlobals.cmake')
| -rw-r--r-- | sdk/compiler/cmake/linux/NvBlastGlobals.cmake | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sdk/compiler/cmake/linux/NvBlastGlobals.cmake b/sdk/compiler/cmake/linux/NvBlastGlobals.cmake new file mode 100644 index 0000000..163d4b9 --- /dev/null +++ b/sdk/compiler/cmake/linux/NvBlastGlobals.cmake @@ -0,0 +1,15 @@ +# +# Build NvBlastGlobals Linux +# + +SET(BLASTGLOBALS_COMPILE_DEFS + # Common to all configurations + ${BLAST_SLN_COMPILE_DEFS}; + + $<$<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}> +) + +SET(BLASTGLOBALS_PLATFORM_COMPILE_OPTIONS "-pedantic")
\ No newline at end of file |