CMake: Disable warnings on third-party projects

This commit is contained in:
Stenzek
2023-09-30 15:39:52 +10:00
parent 34aa419e92
commit e6bfcf22d9
3 changed files with 32 additions and 0 deletions

View File

@ -11,6 +11,7 @@ message("Build Type: ${CMAKE_BUILD_TYPE}")
# Pull in modules.
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMakeModules/")
include(DuckStationUtils)
# Platform detection.
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")