mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 06:35:40 +12:00
Disable compilation of SDL tests
Speed up our compilation by about 20 files by removing the need to compile all of SDL's test suite.
This commit is contained in:
parent
86de7d8aa3
commit
1cb5513716
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ add_compile_definitions(SDL_MAIN_HANDLED)
|
|||
|
||||
set(SDL_STATIC ON CACHE BOOL "" FORCE)
|
||||
set(SDL_SHARED OFF CACHE BOOL "" FORCE)
|
||||
set(SDL_TEST OFF CACHE BOOL "" FORCE)
|
||||
add_subdirectory(third_party/SDL2)
|
||||
add_subdirectory(third_party/glad)
|
||||
add_subdirectory(third_party/toml11)
|
||||
|
|
Loading…
Add table
Reference in a new issue