mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
Added boost algorithm submodule
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
+1
Submodule external/algorithm added at 7f07838f8b
Reference in New Issue
Block a user