mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
Add glm submodule
This commit is contained in:
parent
ae4a4dfc29
commit
9da11b95d9
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -28,3 +28,6 @@
|
|||
[submodule "third_party/cmrc"]
|
||||
path = third_party/cmrc
|
||||
url = https://github.com/vector-of-bool/cmrc
|
||||
[submodule "third_party/glm"]
|
||||
path = third_party/glm
|
||||
url = https://github.com/g-truc/glm
|
||||
|
|
|
@ -50,6 +50,7 @@ add_subdirectory(third_party/SDL2)
|
|||
add_subdirectory(third_party/toml11)
|
||||
include_directories(${SDL2_INCLUDE_DIR})
|
||||
include_directories(third_party/toml11)
|
||||
include_directories(third_party/glm)
|
||||
|
||||
add_subdirectory(third_party/cmrc)
|
||||
|
||||
|
|
1
third_party/glm
vendored
Submodule
1
third_party/glm
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 5c46b9c07008ae65cb81ab79cd677ecc1934b903
|
Loading…
Add table
Reference in a new issue