Add glm submodule
This commit is contained in:
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
Submodule third_party/glm added at 5c46b9c070
Reference in New Issue
Block a user