implemented basic shader expressions
This commit is contained in:
@@ -14,7 +14,7 @@ set(ASSIMP_BUILD_ASSIMP_TOOLS OFF CACHE INTERNAL "")
|
||||
add_subdirectory(${ASSIMP_ROOT})
|
||||
target_compile_definitions(assimp PRIVATE _SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING)
|
||||
if(WIN32)
|
||||
target_compile_options(assimp PRIVATE /WX-)
|
||||
target_compile_options(assimp PRIVATE /WX- /MP14)
|
||||
else()
|
||||
target_compile_options(assimp PRIVATE -Wno-error -fPIC)
|
||||
target_compile_options(IrrXML PRIVATE -fPIC)
|
||||
|
||||
Reference in New Issue
Block a user