From 7115f60b91b5717d90f643fd692010905c7004db Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Thu, 31 May 2018 11:36:08 -0700 Subject: Blast 1.1.3. See docs/release_notes.txt. --- sdk/compiler/cmake/linux/NvBlastExtImport.cmake | 46 ++++++++++++------------- 1 file changed, 23 insertions(+), 23 deletions(-) mode change 100644 => 100755 sdk/compiler/cmake/linux/NvBlastExtImport.cmake (limited to 'sdk/compiler/cmake/linux/NvBlastExtImport.cmake') diff --git a/sdk/compiler/cmake/linux/NvBlastExtImport.cmake b/sdk/compiler/cmake/linux/NvBlastExtImport.cmake old mode 100644 new mode 100755 index 543887d..33ad364 --- a/sdk/compiler/cmake/linux/NvBlastExtImport.cmake +++ b/sdk/compiler/cmake/linux/NvBlastExtImport.cmake @@ -1,23 +1,23 @@ -# -# Build NvBlast Linux -# - -SET(BLASTEXT_PLATFORM_COMMON_FILES -) - -SET(BLASTEXT_PLATFORM_INCLUDES -) - -SET(BLASTEXT_COMPILE_DEFS - # Common to all configurations - ${BLAST_SLN_COMPILE_DEFS}; - - $<$:${BLAST_SLN_DEBUG_COMPILE_DEFS}> - $<$:${BLAST_SLN_CHECKED_COMPILE_DEFS}> - $<$:${BLAST_SLN_PROFILE_COMPILE_DEFS}> - $<$:${BLAST_SLN_RELEASE_COMPILE_DEFS}> -) - -SET(BLAST_EXT_SHARED_LIB_TYPE SHARED) - -SET(BLASTEXT_PLATFORM_COMPILE_OPTIONS "-Wno-unknown-pragmas") +# +# Build NvBlast Linux +# + +SET(BLASTEXT_PLATFORM_COMMON_FILES +) + +SET(BLASTEXT_PLATFORM_INCLUDES +) + +SET(BLASTEXT_COMPILE_DEFS + # Common to all configurations + ${BLAST_SLN_COMPILE_DEFS}; + + $<$:${BLAST_SLN_DEBUG_COMPILE_DEFS}> + $<$:${BLAST_SLN_CHECKED_COMPILE_DEFS}> + $<$:${BLAST_SLN_PROFILE_COMPILE_DEFS}> + $<$:${BLAST_SLN_RELEASE_COMPILE_DEFS}> +) + +SET(BLAST_EXT_SHARED_LIB_TYPE SHARED) + +SET(BLASTEXT_PLATFORM_COMPILE_OPTIONS "-Wno-unknown-pragmas") -- cgit v1.2.3