Bulk update NvPro-Samples 05/21/21
This commit is contained in:
parent
3b0c3536e0
commit
b3e6d84807
53 changed files with 359 additions and 366 deletions
|
|
@ -24,6 +24,10 @@ endif()
|
|||
|
||||
set(TUTO_KHR_DIR ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
if(MSVC)
|
||||
add_definitions(/wd26812) # 'enum class' over 'enum'
|
||||
add_definitions(/wd26451) # Arithmetic overflow, casting 4 byte value to 8 byte value
|
||||
endif()
|
||||
|
||||
#--------------------------------------------------------------------------------------------------
|
||||
# Package shared by all projects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue