Merge commit '60789230be4092f2fbd2b2245949603d7d5513b8'

This commit is contained in:
2024-05-31 20:54:46 -05:00
372 changed files with 61181 additions and 26804 deletions

View File

@ -52,6 +52,9 @@ if(NOT BUILDCORE_TARGET STREQUAL "gba")
set(GLFW_BUILD_EXAMPLES OFF)
set(GLFW_BUILD_TESTS OFF)
set(GLFW_BUILD_DOCS OFF)
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
set(GLFW_BUILD_WAYLAND OFF)
endif()
add_subdirectory(deps/glfw)
add_subdirectory(deps/glutils)
add_subdirectory(deps/imgui)