summaryrefslogtreecommitdiff
path: root/vendor/unique_resource.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [build] Generate the LICENSE.md for mbgl-coreThiago Marcos P. Santos2020-02-271-0/+9
| | | | | | | Add a script that for everything we link against mbgl-core, it will check the license and generate a file all the dependencies listed with the respective authors, project urls and license.
* [build] Run cmake-format on all the CMake filesThiago Marcos P. Santos2020-02-071-3/+6
| | | | Unify and enforce a CMake coding style.
* [build] Cosmetics on vendor packagesThiago Marcos P. Santos2019-09-171-3/+7
| | | | | | - Add include guards on all the files - Add a vendor package for sqlite and gtest - Use relative paths to all the files
* [build] Add build system for submodulesThiago Marcos P. Santos2018-10-311-0/+5
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.