Skip to content

Commit efa20aa

Browse files
committed
[Chore] (Submodule): Add GLM as submodule.
1 parent ae7ff96 commit efa20aa

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
[submodule "src/main/cpp/3rdparty/xxhash"]
88
path = src/main/cpp/3rdparty/xxhash
99
url = https://github.com/stbrumme/xxhash.git
10+
[submodule "src/main/cpp/3rdparty/glm"]
11+
path = src/main/cpp/3rdparty/glm
12+
url = https://github.com/g-truc/glm.git

src/main/cpp/3rdparty/glm

Submodule glm added at 2d4c4b4

src/main/cpp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ add_library(${CMAKE_PROJECT_NAME} SHARED
6161

6262
target_include_directories(${CMAKE_PROJECT_NAME} PRIVATE
6363
./includes
64+
./3rdparty/glm
6465
./3rdparty/xxhash)
6566
target_include_directories(${CMAKE_PROJECT_NAME} PUBLIC ${CMAKE_SOURCE_DIR}/include)
6667

0 commit comments

Comments
 (0)