Mark third party include directory as system (-isystem) so GCC stops complaining about warnings in those headers.

master
Nicky 2022-02-10 21:48:48 +01:00
parent dd9ad9ee8f
commit e3a9c5ef3b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ include(LLMath)
include(LLMessage)
include(LLFileSystem)
include_directories(
include_directories( SYSTEM
${LLAUDIO_INCLUDE_DIRS}
${LLCOMMON_INCLUDE_DIRS}
${LLMATH_INCLUDE_DIRS}