add geometry.hpp as submodule
This commit is contained in:
parent
9dd00b28dc
commit
d169fb473e
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -9,3 +9,6 @@
|
||||||
[submodule "deps/mapbox/variant"]
|
[submodule "deps/mapbox/variant"]
|
||||||
path = deps/mapbox/variant
|
path = deps/mapbox/variant
|
||||||
url = https://github.com/mapbox/variant.git
|
url = https://github.com/mapbox/variant.git
|
||||||
|
[submodule "deps/mapbox/geometry"]
|
||||||
|
path = deps/mapbox/geometry
|
||||||
|
url = https://github.com/mapbox/geometry.hpp.git
|
||||||
|
|
|
@ -1598,6 +1598,7 @@ if not preconfigured:
|
||||||
env.Prepend(CPPPATH = '#deps/agg/include')
|
env.Prepend(CPPPATH = '#deps/agg/include')
|
||||||
env.Prepend(LIBPATH = '#deps/agg')
|
env.Prepend(LIBPATH = '#deps/agg')
|
||||||
env.Prepend(CPPPATH = '#deps/mapbox/variant/include')
|
env.Prepend(CPPPATH = '#deps/mapbox/variant/include')
|
||||||
|
env.Prepend(CPPPATH = '#deps/mapbox/geometry/include')
|
||||||
# prepend deps dir for auxillary headers
|
# prepend deps dir for auxillary headers
|
||||||
env.Prepend(CPPPATH = '#deps')
|
env.Prepend(CPPPATH = '#deps')
|
||||||
|
|
||||||
|
|
1
deps/mapbox/geometry
vendored
Submodule
1
deps/mapbox/geometry
vendored
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d463e6c8a24178490317fa341e5cc29c3281d4f6
|
Loading…
Reference in a new issue