blob: f07c509ccf930a4366bcf44c327434aa27768b43 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#
# Build NvBlast Linux
#
SET(BLASTTK_LIBTYPE SHARED)
IF ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
SET(BLASTEXTSTRESS_PLATFORM_COMPILE_OPTIONS "-Wno-return-type-c-linkage" "-pedantic")
ELSE()
SET(BLASTEXTSTRESS_PLATFORM_COMPILE_OPTIONS "-pedantic")
ENDIF()
|