Skip to content

Commit

Permalink
re-add submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
jomof committed May 11, 2017
1 parent 482e8b2 commit 8f933f0
Show file tree
Hide file tree
Showing 9 changed files with 77 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitmodules
@@ -0,0 +1,12 @@
[submodule "third_party/stb"]
path = third_party/stb
url = https://github.com/jomof/stb
[submodule "third_party/tinydir"]
path = third_party/tinydir
url = https://github.com/jomof/tinydir
[submodule "third_party/mathfu"]
path = third_party/mathfu
url = https://github.com/jomof/mathfu
[submodule "third_party/vectorial"]
path = third_party/vectorial
url = https://github.com/jomof/vectorial
11 changes: 11 additions & 0 deletions .idea/libraries/Gradle__net_bytebuddy_byte_buddy_1_6_14.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/libraries/Gradle__net_bytebuddy_byte_buddy_agent_1_6_14.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/libraries/Gradle__org_mockito_mockito_core_2_8_9.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions .idea/modules/cdep/cdep-cdep_test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions third_party/mathfu
Submodule mathfu added at 48e9b7
1 change: 1 addition & 0 deletions third_party/stb
Submodule stb added at 53f8c1
1 change: 1 addition & 0 deletions third_party/tinydir
Submodule tinydir added at f44d9f
1 change: 1 addition & 0 deletions third_party/vectorial
Submodule vectorial added at 197711

0 comments on commit 8f933f0

Please sign in to comment.