diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2018-10-24 01:53:22 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2018-10-31 18:19:28 +0200 |
commit | 69960afb8db0444ec11cb46b47e877cc34f61fc7 (patch) | |
tree | 37bcc19f033aadd8c3c158fad02b8c5e4a9437ed /platform/linux | |
parent | 3a3c05bd8aeabf179084bd9a0137edd2abf41e4c (diff) | |
download | qtlocation-mapboxgl-69960afb8db0444ec11cb46b47e877cc34f61fc7.tar.gz |
[build] Add build system for submodules
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.
Diffstat (limited to 'platform/linux')
-rw-r--r-- | platform/linux/config.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/linux/config.cmake b/platform/linux/config.cmake index a81f5d65ad..cfbf4ef8a2 100644 --- a/platform/linux/config.cmake +++ b/platform/linux/config.cmake @@ -1,6 +1,4 @@ -include(cmake/nunicode.cmake) include(cmake/sqlite.cmake) -include(cmake/icu.cmake) add_library(mbgl-loop-uv STATIC platform/default/async_task.cpp @@ -84,7 +82,6 @@ macro(mbgl_platform_core) target_add_mason_package(mbgl-core PUBLIC libpng) target_add_mason_package(mbgl-core PUBLIC libjpeg-turbo) - target_add_mason_package(mbgl-core PUBLIC geojson) target_link_libraries(mbgl-core PRIVATE nunicode |