Disable All Warnings from TZCode

This just disables all compiler warnings generated while compiling TZCode as those are irrelevant while compiling Skyline and need to be tackled in that repository.
This commit is contained in:
PixelyIon 2021-03-21 20:34:59 +05:30
parent 1c5281eb0e
commit acc5668274

View File

@ -17,7 +17,9 @@ if (uppercase_CMAKE_BUILD_TYPE STREQUAL "RELEASE")
endif ()
add_subdirectory("libraries/fmt")
add_subdirectory("libraries/tzcode")
target_compile_options(tzcode PRIVATE -Wno-everything)
add_subdirectory("libraries/oboe")
include_directories("libraries/oboe/include")