File tree Expand file tree Collapse file tree 5 files changed +15
-4
lines changed
Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 77[submodule "dependencies/json "]
88 path = dependencies/json
99 url = https://github.com/nlohmann/json
10+ [submodule "dependencies/clay "]
11+ path = dependencies/clay
12+ url = https://github.com/nicbarker/clay.git
13+ [submodule "dependencies/sdl_image "]
14+ path = dependencies/sdl_image
15+ url = https://github.com/libsdl-org/SDL_image.git
Original file line number Diff line number Diff line change 1+ set (CLAY_INCLUDE_ALL_EXAMPLES OFF CACHE BOOL "Build all examples" FORCE )
2+ add_subdirectory (clay )
3+
14set (JSON_BuildTests OFF CACHE INTERNAL "" )
25add_subdirectory (json )
36
47if (SDL_VENDORED)
58 add_subdirectory (sdl EXCLUDE_FROM_ALL )
9+ add_subdirectory (sdl_image EXCLUDE_FROM_ALL )
10+ add_subdirectory (sdl_ttf EXCLUDE_FROM_ALL )
611else ()
712 find_package (SDL3 REQUIRED CONFIG REQUIRED COMPONENTS SDL3-shared )
8- endif ()
9-
10- add_subdirectory (sdl_ttf )
13+ endif ()
You can’t perform that action at this time.
0 commit comments