Added boost algorithm submodule

This commit is contained in:
devZoGok
2024-10-09 19:21:50 +03:00
parent f7ea59259e
commit 2852100568
3 changed files with 5 additions and 0 deletions
+3
View File
@@ -16,3 +16,6 @@
[submodule "external/tinydir"]
path = external/tinydir
url = https://github.com/cxong/tinydir
[submodule "external/algorithm"]
path = external/algorithm
url = [email protected]:boostorg/algorithm.git
+1
View File
@@ -31,6 +31,7 @@ endif()
set(LIB_SRC ${RENDER} ${MATH} ${UTILS} ${GUI} ${ARMATURE} ${ASSET_MANAGER} ${ASSET_READERS} ${ANIM})
include_directories(external/algorithm)
include_directories(external/tinydir)
include_directories(external/glm)
include_directories(external/glm/glm)
Vendored Submodule
+1
Submodule external/algorithm added at 7f07838f8b