SL-17238 Supress errors from physicsextensions

master
Andrey Kleshchev 2022-09-17 21:27:43 +03:00
parent 7471788271
commit 3c6e2a6e4c
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ if (NOT HAVOK_TPV)
endif()
if( TARGET llphysicsextensions )
target_link_libraries(llphysicsextensions llrender )
if (DARWIN)
target_compile_options( llphysicsextensions PRIVATE -Wno-unused-local-typedef)
endif (DARWIN)
endif()
endif (NOT HAVOK_TPV)