Skip to content

Commit

Permalink
Add submodules for SDL extension libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Jul 14, 2023
1 parent 10b05b6 commit 180b83e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@
[submodule "external/SDL"]
path = external/SDL
url = https://github.com/libsdl-org/SDL
[submodule "external/SDL_image"]
path = external/SDL_image
url = https://github.com/libsdl-org/SDL_image
[submodule "external/SDL_ttf"]
path = external/SDL_ttf
url = https://github.com/libsdl-org/SDL_ttf
[submodule "external/SDL_mixer"]
path = external/SDL_mixer
url = https://github.com/libsdl-org/SDL_mixer
1 change: 1 addition & 0 deletions external/SDL_image
Submodule SDL_image added at a20997
1 change: 1 addition & 0 deletions external/SDL_mixer
Submodule SDL_mixer added at 08c0ad
1 change: 1 addition & 0 deletions external/SDL_ttf
Submodule SDL_ttf added at c7ce7d

0 comments on commit 180b83e

Please sign in to comment.