mirror of https://github.com/AxioDL/metaforce.git
Fix compiling SDL
This commit is contained in:
parent
3ab34f67e0
commit
ad0affb11d
|
@ -3,7 +3,7 @@ if (WIN32)
|
||||||
endif ()
|
endif ()
|
||||||
add_subdirectory(../extern/SDL SDL2 EXCLUDE_FROM_ALL)
|
add_subdirectory(../extern/SDL SDL2 EXCLUDE_FROM_ALL)
|
||||||
if (NOT MSVC)
|
if (NOT MSVC)
|
||||||
target_compile_options(SDL2-static PRIVATE -Wno-implicit-fallthrough)
|
target_compile_options(SDL2-static PRIVATE -Wno-implicit-fallthrough -Wno-shadow)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
add_subdirectory(../extern/dawn dawn EXCLUDE_FROM_ALL)
|
add_subdirectory(../extern/dawn dawn EXCLUDE_FROM_ALL)
|
||||||
|
|
Loading…
Reference in New Issue