summaryrefslogtreecommitdiff
path: root/vendor/icu.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [build] Run cmake-format on all the CMake filesThiago Marcos P. Santos2020-02-071-15/+16
| | | | Unify and enforce a CMake coding style.
* [build] Cosmetics on vendor packagesThiago Marcos P. Santos2019-09-171-20/+26
| | | | | | - Add include guards on all the files - Add a vendor package for sqlite and gtest - Use relative paths to all the files
* [core] Silence -Wshorten-64-to-32 in icu targetJason Wray2019-02-141-0/+1
|
* [build] Add build system for submodulesThiago Marcos P. Santos2018-10-311-0/+35
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.