aboutsummaryrefslogtreecommitdiff
path: root/sdk/compiler/cmake/linux/NvBlastExtStress.cmake
blob: 96fe6a0e7df51f4ab0ab23ad039fe3515aa52698 (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()