Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pnwkw committed Sep 11, 2021
1 parent f6911be commit cd0453f
Show file tree
Hide file tree
Showing 126 changed files with 24,594 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[submodule "external/glm"]
path = external/glm
url = https://github.com/g-truc/glm.git
[submodule "external/glbinding"]
path = external/glbinding
url = https://github.com/cginternals/glbinding.git
[submodule "external/spdlog"]
path = external/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw.git
[submodule "external/nlohmann_json_cmake_fetchcontent"]
path = external/nlohmann_json_cmake_fetchcontent
url = https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent.git
[submodule "external/doctest"]
path = external/doctest
url = https://github.com/onqtam/doctest.git
Loading

0 comments on commit cd0453f

Please sign in to comment.