Update imgui.

This commit is contained in:
Syoyo Fujita
2022-03-03 03:29:40 +09:00
parent 865f371f34
commit dc1969fb7b
23 changed files with 8639 additions and 3649 deletions

View File

@@ -89,7 +89,7 @@ function ( ADD_SDL2_LIB )
# Enable static lib only
set(SDL_SAHARED OFF CACHE INTERNAL "" FORCE)
set(SDL_STATIC ON CACHE INTERNAL "" FORCE)
add_subdirectory(../common/SDL2-2.0.14/ SDL2)
add_subdirectory(../common/SDL2-2.0.20/ SDL2)
endfunction ()
if (EMSCRIPTEN)