mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-16 23:09:17 +01:00
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:
parent
1c5281eb0e
commit
acc5668274
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user