summaryrefslogtreecommitdiff
path: root/vendor/optional.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [ios, core] Updates project for iOS SDK 12.2 / Always use vendored optional ↵Julian Rex2019-03-271-7/+3
| | | | (#14241)
* [build] use optional polyfill on Android, and upgrade to NDK r19Konstantin Käfer2019-01-211-4/+3
| | | | <experimental/optional> is not available anymore in newer STL versions, e.g. according to libc++'s TS deprecation policy: https://libcxx.llvm.org/TS_deprecation.html
* [build] Add build system for submodulesThiago Marcos P. Santos2018-10-311-0/+10
Vendorize the submodules and a simple CMake build system for all them. The dependencies will inherit compilation options for core. The goal is to make Mapbox GL Core completely self contained with a simple offline build.