aboutsummaryrefslogtreecommitdiff
path: root/sdk/compiler/cmake/linux/NvBlastExtSerializationLL.cmake
diff options
context:
space:
mode:
authorAnton Novoselov <[email protected]>2017-08-01 12:53:38 +0300
committerAnton Novoselov <[email protected]>2017-08-01 12:53:38 +0300
commit236f03c0b9a4982328ed1201978f7f69d192d9b2 (patch)
treee486f2fa39dba203563895541e92c60ed3e25759 /sdk/compiler/cmake/linux/NvBlastExtSerializationLL.cmake
parentAdded screens to welcome page (diff)
downloadblast-236f03c0b9a4982328ed1201978f7f69d192d9b2.tar.xz
blast-236f03c0b9a4982328ed1201978f7f69d192d9b2.zip
Blast 1.1 release (windows / linux)
see docs/release_notes.txt for details
Diffstat (limited to 'sdk/compiler/cmake/linux/NvBlastExtSerializationLL.cmake')
-rw-r--r--sdk/compiler/cmake/linux/NvBlastExtSerializationLL.cmake21
1 files changed, 0 insertions, 21 deletions
diff --git a/sdk/compiler/cmake/linux/NvBlastExtSerializationLL.cmake b/sdk/compiler/cmake/linux/NvBlastExtSerializationLL.cmake
deleted file mode 100644
index a8bc1cf..0000000
--- a/sdk/compiler/cmake/linux/NvBlastExtSerializationLL.cmake
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# Build NvBlastExtSerialization Linux
-#
-
-SET(BLASTEXTSERIALIZATION_PLATFORM_COMMON_FILES
-)
-
-SET(BLASTEXTSERIALIZATION_PLATFORM_INCLUDES
-)
-
-SET(BLASTEXTSERIALIZATION_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(BLASTEXTSERIALIZATION_COMPILE_OPTIONS "")