Build - Moved all 3rd party stuff to a subdirectory
This commit is contained in:
parent
5027d91782
commit
1225e1b8a7
9 changed files with 18 additions and 16 deletions
10
.gitmodules
vendored
10
.gitmodules
vendored
|
@ -1,15 +1,15 @@
|
|||
[submodule "imgui"]
|
||||
path = imgui
|
||||
path = 3rdparty/imgui
|
||||
url = https://github.com/ocornut/imgui.git
|
||||
[submodule "glm"]
|
||||
path = glm
|
||||
path = 3rdparty/glm
|
||||
url = https://github.com/g-truc/glm.git
|
||||
[submodule "ebcl"]
|
||||
path = ebcl
|
||||
path = 3rdparty/ebcl
|
||||
url = ssh://git@git.nocternity.net:44/u/tseeker/libs/corelib
|
||||
[submodule "font-awesome"]
|
||||
path = font-awesome
|
||||
path = 3rdparty/font-awesome
|
||||
url = https://github.com/FortAwesome/Font-Awesome.git
|
||||
[submodule "IconFontCppHeaders"]
|
||||
path = IconFontCppHeaders
|
||||
path = 3rdparty/icon-font-headers
|
||||
url = https://github.com/juliettef/IconFontCppHeaders.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue