mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 07:53:43 +00:00
added nlohmann_json library as submodule and to CMakeLists.txt created basic config.json file in root folder created ConfigLoader.h and added basic functionalities to it
23 lines
728 B
Plaintext
23 lines
728 B
Plaintext
[submodule "SDL"]
|
|
path = extern/SDL
|
|
url = https://github.com/libsdl-org/SDL.git
|
|
[submodule "SDL_image"]
|
|
path = extern/SDL_image
|
|
url = https://github.com/libsdl-org/SDL_image.git
|
|
[submodule "extern/SDL_mixer"]
|
|
path = extern/SDL_mixer
|
|
url = https://github.com/libsdl-org/SDL_mixer.git
|
|
[submodule "extern/SDL_ttf"]
|
|
path = extern/SDL_ttf
|
|
url = https://github.com/libsdl-org/SDL_ttf.git
|
|
[submodule "extern/tmxlite"]
|
|
path = extern/tmxlite
|
|
url = https://github.com/fallahn/tmxlite.git
|
|
[submodule "docs/doxygen-awesome-css"]
|
|
path = docs/doxygen-awesome-css
|
|
url = https://github.com/jothepro/doxygen-awesome-css.git
|
|
|
|
[submodule "extern/nlohmann_json"]
|
|
path = extern/nlohmann_json
|
|
url = https://github.com/nlohmann/json.git
|