summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-08-06 02:14:41 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2017-01-24 11:36:59 +0200
commit6f4775a243cc173efdad5750c0205da6cb2ce096 (patch)
tree749dbb0e178ee3a19f23cc6917d4f3df9c2fe1a8
parentdecb30f3eb40badf075aa07cb51a52b9375d21e4 (diff)
downloadqtlocation-mapboxgl-6f4775a243cc173efdad5750c0205da6cb2ce096.tar.gz
[build] Prefix files so the root directory can be changed
-rw-r--r--cmake/core-files.cmake870
-rw-r--r--platform/qt/qt.cmake88
-rw-r--r--platform/qt/qt5.cmake18
-rwxr-xr-xscripts/generate-core-files.sh2
4 files changed, 490 insertions, 488 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index 6c44117cd8..8aaf2b5486 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -2,478 +2,480 @@
set(MBGL_CORE_FILES
# actor
- src/mbgl/actor/actor.hpp
- src/mbgl/actor/actor_ref.hpp
- src/mbgl/actor/mailbox.cpp
- src/mbgl/actor/mailbox.hpp
- src/mbgl/actor/message.hpp
- src/mbgl/actor/scheduler.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/actor/actor.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/actor/actor_ref.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/actor/mailbox.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/actor/mailbox.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/actor/message.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/actor/scheduler.hpp
# algorithm
- src/mbgl/algorithm/covered_by_children.hpp
- src/mbgl/algorithm/generate_clip_ids.cpp
- src/mbgl/algorithm/generate_clip_ids.hpp
- src/mbgl/algorithm/generate_clip_ids_impl.hpp
- src/mbgl/algorithm/update_renderables.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/algorithm/covered_by_children.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/algorithm/generate_clip_ids.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/algorithm/generate_clip_ids.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/algorithm/generate_clip_ids_impl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/algorithm/update_renderables.hpp
# annotation
- include/mbgl/annotation/annotation.hpp
- src/mbgl/annotation/annotation_manager.cpp
- src/mbgl/annotation/annotation_manager.hpp
- src/mbgl/annotation/annotation_source.cpp
- src/mbgl/annotation/annotation_source.hpp
- src/mbgl/annotation/annotation_tile.cpp
- src/mbgl/annotation/annotation_tile.hpp
- src/mbgl/annotation/fill_annotation_impl.cpp
- src/mbgl/annotation/fill_annotation_impl.hpp
- src/mbgl/annotation/line_annotation_impl.cpp
- src/mbgl/annotation/line_annotation_impl.hpp
- src/mbgl/annotation/shape_annotation_impl.cpp
- src/mbgl/annotation/shape_annotation_impl.hpp
- src/mbgl/annotation/style_sourced_annotation_impl.cpp
- src/mbgl/annotation/style_sourced_annotation_impl.hpp
- src/mbgl/annotation/symbol_annotation_impl.cpp
- src/mbgl/annotation/symbol_annotation_impl.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/annotation/annotation.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/annotation/annotation_manager.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/annotation/annotation_manager.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/annotation/annotation_source.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/annotation/annotation_source.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/annotation/annotation_tile.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/annotation/annotation_tile.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/annotation/fill_annotation_impl.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/annotation/fill_annotation_impl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/annotation/line_annotation_impl.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/annotation/line_annotation_impl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/annotation/shape_annotation_impl.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/annotation/shape_annotation_impl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/annotation/style_sourced_annotation_impl.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/annotation/style_sourced_annotation_impl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/annotation/symbol_annotation_impl.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/annotation/symbol_annotation_impl.hpp
# clipper
- src/clipper/clipper.cpp
- src/clipper/clipper.hpp
+ ${CMAKE_SOURCE_DIR}/src/clipper/clipper.cpp
+ ${CMAKE_SOURCE_DIR}/src/clipper/clipper.hpp
# csscolorparser
- src/csscolorparser/csscolorparser.cpp
- src/csscolorparser/csscolorparser.hpp
+ ${CMAKE_SOURCE_DIR}/src/csscolorparser/csscolorparser.cpp
+ ${CMAKE_SOURCE_DIR}/src/csscolorparser/csscolorparser.hpp
# geometry
- src/mbgl/geometry/anchor.hpp
- src/mbgl/geometry/binpack.hpp
- src/mbgl/geometry/debug_font_data.hpp
- src/mbgl/geometry/feature_index.cpp
- src/mbgl/geometry/feature_index.hpp
- src/mbgl/geometry/line_atlas.cpp
- src/mbgl/geometry/line_atlas.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/geometry/anchor.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/geometry/binpack.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/geometry/debug_font_data.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/geometry/feature_index.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/geometry/feature_index.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/geometry/line_atlas.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/geometry/line_atlas.hpp
# gl
- include/mbgl/gl/gl.hpp
- src/mbgl/gl/attribute.cpp
- src/mbgl/gl/attribute.hpp
- src/mbgl/gl/color_mode.cpp
- src/mbgl/gl/color_mode.hpp
- src/mbgl/gl/context.cpp
- src/mbgl/gl/context.hpp
- src/mbgl/gl/debugging.cpp
- src/mbgl/gl/debugging.hpp
- src/mbgl/gl/depth_mode.cpp
- src/mbgl/gl/depth_mode.hpp
- src/mbgl/gl/draw_mode.hpp
- src/mbgl/gl/extension.cpp
- src/mbgl/gl/extension.hpp
- src/mbgl/gl/framebuffer.hpp
- src/mbgl/gl/gl.cpp
- src/mbgl/gl/index_buffer.hpp
- src/mbgl/gl/object.cpp
- src/mbgl/gl/object.hpp
- src/mbgl/gl/primitives.hpp
- src/mbgl/gl/program.hpp
- src/mbgl/gl/renderbuffer.hpp
- src/mbgl/gl/segment.hpp
- src/mbgl/gl/state.hpp
- src/mbgl/gl/stencil_mode.cpp
- src/mbgl/gl/stencil_mode.hpp
- src/mbgl/gl/texture.hpp
- src/mbgl/gl/types.hpp
- src/mbgl/gl/uniform.cpp
- src/mbgl/gl/uniform.hpp
- src/mbgl/gl/value.cpp
- src/mbgl/gl/value.hpp
- src/mbgl/gl/vertex_array.cpp
- src/mbgl/gl/vertex_array.hpp
- src/mbgl/gl/vertex_buffer.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/gl/gl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/attribute.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/attribute.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/color_mode.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/color_mode.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/context.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/context.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/debugging.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/debugging.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/depth_mode.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/depth_mode.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/draw_mode.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/extension.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/extension.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/framebuffer.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/gl.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/index_buffer.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/object.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/object.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/primitives.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/program.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/renderbuffer.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/segment.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/state.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/stencil_mode.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/stencil_mode.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/texture.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/types.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/uniform.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/uniform.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/value.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/value.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/vertex_array.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/vertex_array.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/gl/vertex_buffer.hpp
# layout
- src/mbgl/layout/clip_lines.cpp
- src/mbgl/layout/clip_lines.hpp
- src/mbgl/layout/merge_lines.cpp
- src/mbgl/layout/merge_lines.hpp
- src/mbgl/layout/symbol_feature.hpp
- src/mbgl/layout/symbol_instance.cpp
- src/mbgl/layout/symbol_instance.hpp
- src/mbgl/layout/symbol_layout.cpp
- src/mbgl/layout/symbol_layout.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/layout/clip_lines.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/layout/clip_lines.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/layout/merge_lines.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/layout/merge_lines.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/layout/symbol_feature.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/layout/symbol_instance.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/layout/symbol_instance.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/layout/symbol_layout.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/layout/symbol_layout.hpp
# map
- include/mbgl/map/backend.hpp
- include/mbgl/map/camera.hpp
- include/mbgl/map/map.hpp
- include/mbgl/map/mode.hpp
- include/mbgl/map/view.hpp
- src/mbgl/map/backend.cpp
- src/mbgl/map/change.hpp
- src/mbgl/map/map.cpp
- src/mbgl/map/transform.cpp
- src/mbgl/map/transform.hpp
- src/mbgl/map/transform_state.cpp
- src/mbgl/map/transform_state.hpp
- src/mbgl/map/update.hpp
- src/mbgl/map/zoom_history.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/map/backend.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/map/camera.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/map/map.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/map/mode.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/map/view.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/map/backend.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/map/change.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/map/map.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/map/transform.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/map/transform.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/map/transform_state.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/map/transform_state.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/map/update.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/map/zoom_history.hpp
# math
- include/mbgl/math/clamp.hpp
- include/mbgl/math/log2.hpp
- include/mbgl/math/minmax.hpp
- include/mbgl/math/wrap.hpp
- src/mbgl/math/log2.cpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/math/clamp.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/math/log2.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/math/minmax.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/math/wrap.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/math/log2.cpp
# parsedate
- src/parsedate/parsedate.c
- src/parsedate/parsedate.h
+ ${CMAKE_SOURCE_DIR}/src/parsedate/parsedate.c
+ ${CMAKE_SOURCE_DIR}/src/parsedate/parsedate.h
# programs
- src/mbgl/programs/attributes.hpp
- src/mbgl/programs/circle_program.cpp
- src/mbgl/programs/circle_program.hpp
- src/mbgl/programs/collision_box_program.cpp
- src/mbgl/programs/collision_box_program.hpp
- src/mbgl/programs/debug_program.hpp
- src/mbgl/programs/fill_program.cpp
- src/mbgl/programs/fill_program.hpp
- src/mbgl/programs/line_program.cpp
- src/mbgl/programs/line_program.hpp
- src/mbgl/programs/program.hpp
- src/mbgl/programs/program_parameters.hpp
- src/mbgl/programs/programs.hpp
- src/mbgl/programs/raster_program.cpp
- src/mbgl/programs/raster_program.hpp
- src/mbgl/programs/symbol_program.cpp
- src/mbgl/programs/symbol_program.hpp
- src/mbgl/programs/uniforms.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/programs/attributes.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/programs/circle_program.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/programs/circle_program.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/programs/collision_box_program.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/programs/collision_box_program.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/programs/debug_program.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/programs/fill_program.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/programs/fill_program.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/programs/line_program.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/programs/line_program.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/programs/program.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/programs/program_parameters.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/programs/programs.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/programs/raster_program.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/programs/raster_program.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/programs/symbol_program.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/programs/symbol_program.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/programs/uniforms.hpp
# renderer
- src/mbgl/renderer/bucket.hpp
- src/mbgl/renderer/circle_bucket.cpp
- src/mbgl/renderer/circle_bucket.hpp
- src/mbgl/renderer/debug_bucket.cpp
- src/mbgl/renderer/debug_bucket.hpp
- src/mbgl/renderer/fill_bucket.cpp
- src/mbgl/renderer/fill_bucket.hpp
- src/mbgl/renderer/frame_history.cpp
- src/mbgl/renderer/frame_history.hpp
- src/mbgl/renderer/line_bucket.cpp
- src/mbgl/renderer/line_bucket.hpp
- src/mbgl/renderer/paint_parameters.hpp
- src/mbgl/renderer/painter.cpp
- src/mbgl/renderer/painter.hpp
- src/mbgl/renderer/painter_background.cpp
- src/mbgl/renderer/painter_circle.cpp
- src/mbgl/renderer/painter_clipping.cpp
- src/mbgl/renderer/painter_debug.cpp
- src/mbgl/renderer/painter_fill.cpp
- src/mbgl/renderer/painter_line.cpp
- src/mbgl/renderer/painter_raster.cpp
- src/mbgl/renderer/painter_symbol.cpp
- src/mbgl/renderer/raster_bucket.cpp
- src/mbgl/renderer/raster_bucket.hpp
- src/mbgl/renderer/render_item.hpp
- src/mbgl/renderer/render_pass.hpp
- src/mbgl/renderer/render_tile.cpp
- src/mbgl/renderer/render_tile.hpp
- src/mbgl/renderer/symbol_bucket.cpp
- src/mbgl/renderer/symbol_bucket.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/bucket.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/circle_bucket.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/circle_bucket.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/debug_bucket.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/debug_bucket.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/fill_bucket.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/fill_bucket.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/frame_history.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/frame_history.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/line_bucket.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/line_bucket.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/painter_background.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/painter_circle.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/painter_clipping.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/painter.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/painter_debug.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/painter_fill.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/painter.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/painter_line.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/painter_raster.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/painter_symbol.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/paint_parameters.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/raster_bucket.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/raster_bucket.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/render_item.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/render_pass.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/render_tile.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/render_tile.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/symbol_bucket.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/renderer/symbol_bucket.hpp
# sprite
- include/mbgl/sprite/sprite_image.hpp
- src/mbgl/sprite/sprite_atlas.cpp
- src/mbgl/sprite/sprite_atlas.hpp
- src/mbgl/sprite/sprite_atlas_observer.hpp
- src/mbgl/sprite/sprite_image.cpp
- src/mbgl/sprite/sprite_parser.cpp
- src/mbgl/sprite/sprite_parser.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/sprite/sprite_image.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/sprite/sprite_atlas.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/sprite/sprite_atlas.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/sprite/sprite_atlas_observer.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/sprite/sprite_image.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/sprite/sprite_parser.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/sprite/sprite_parser.hpp
# storage
- include/mbgl/storage/default_file_source.hpp
- include/mbgl/storage/file_source.hpp
- include/mbgl/storage/network_status.hpp
- include/mbgl/storage/offline.hpp
- include/mbgl/storage/online_file_source.hpp
- include/mbgl/storage/resource.hpp
- include/mbgl/storage/response.hpp
- src/mbgl/storage/asset_file_source.hpp
- src/mbgl/storage/http_file_source.hpp
- src/mbgl/storage/local_file_source.hpp
- src/mbgl/storage/network_status.cpp
- src/mbgl/storage/resource.cpp
- src/mbgl/storage/response.cpp
-
- # style
- include/mbgl/style/conversion.hpp
- include/mbgl/style/filter.hpp
- include/mbgl/style/filter_evaluator.hpp
- include/mbgl/style/function.hpp
- include/mbgl/style/layer.hpp
- include/mbgl/style/property_value.hpp
- include/mbgl/style/source.hpp
- include/mbgl/style/transition_options.hpp
- include/mbgl/style/types.hpp
- src/mbgl/style/bucket_parameters.cpp
- src/mbgl/style/bucket_parameters.hpp
- src/mbgl/style/cascade_parameters.hpp
- src/mbgl/style/class_dictionary.cpp
- src/mbgl/style/class_dictionary.hpp
- src/mbgl/style/cross_faded_property_evaluator.cpp
- src/mbgl/style/cross_faded_property_evaluator.hpp
- src/mbgl/style/function.cpp
- src/mbgl/style/group_by_layout.cpp
- src/mbgl/style/group_by_layout.hpp
- src/mbgl/style/layer.cpp
- src/mbgl/style/layer_impl.cpp
- src/mbgl/style/layer_impl.hpp
- src/mbgl/style/layer_observer.hpp
- src/mbgl/style/layout_property.hpp
- src/mbgl/style/observer.hpp
- src/mbgl/style/paint_property.hpp
- src/mbgl/style/parser.cpp
- src/mbgl/style/parser.hpp
- src/mbgl/style/property_evaluation_parameters.hpp
- src/mbgl/style/property_evaluator.hpp
- src/mbgl/style/property_parsing.cpp
- src/mbgl/style/property_parsing.hpp
- src/mbgl/style/query_parameters.hpp
- src/mbgl/style/rapidjson_conversion.hpp
- src/mbgl/style/source.cpp
- src/mbgl/style/source_impl.cpp
- src/mbgl/style/source_impl.hpp
- src/mbgl/style/source_observer.hpp
- src/mbgl/style/style.cpp
- src/mbgl/style/style.hpp
- src/mbgl/style/tile_source_impl.cpp
- src/mbgl/style/tile_source_impl.hpp
- src/mbgl/style/types.cpp
- src/mbgl/style/update_batch.hpp
- src/mbgl/style/update_parameters.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/storage/default_file_source.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/storage/file_source.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/storage/network_status.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/storage/offline.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/storage/online_file_source.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/storage/resource.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/storage/response.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/storage/asset_file_source.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/storage/http_file_source.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/storage/local_file_source.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/storage/network_status.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/storage/resource.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/storage/response.cpp
# style/conversion
- include/mbgl/style/conversion/constant.hpp
- include/mbgl/style/conversion/filter.hpp
- include/mbgl/style/conversion/function.hpp
- include/mbgl/style/conversion/geojson.hpp
- include/mbgl/style/conversion/geojson_options.hpp
- include/mbgl/style/conversion/layer.hpp
- include/mbgl/style/conversion/make_property_setters.hpp
- include/mbgl/style/conversion/property_setter.hpp
- include/mbgl/style/conversion/property_value.hpp
- include/mbgl/style/conversion/source.hpp
- include/mbgl/style/conversion/tileset.hpp
- src/mbgl/style/conversion/stringify.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/conversion/constant.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/conversion/filter.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/conversion/function.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/conversion/geojson.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/conversion/geojson_options.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/conversion/layer.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/conversion/make_property_setters.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/conversion/property_setter.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/conversion/property_value.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/conversion/source.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/conversion/tileset.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/conversion/stringify.hpp
+
+ # style
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/conversion.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/filter_evaluator.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/filter.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/function.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/layer.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/property_value.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/source.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/transition_options.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/types.hpp
# style/layers
- include/mbgl/style/layers/background_layer.hpp
- include/mbgl/style/layers/circle_layer.hpp
- include/mbgl/style/layers/custom_layer.hpp
- include/mbgl/style/layers/fill_extrusion_layer.hpp
- include/mbgl/style/layers/fill_layer.hpp
- include/mbgl/style/layers/line_layer.hpp
- include/mbgl/style/layers/raster_layer.hpp
- include/mbgl/style/layers/symbol_layer.hpp
- src/mbgl/style/layers/background_layer.cpp
- src/mbgl/style/layers/background_layer_impl.cpp
- src/mbgl/style/layers/background_layer_impl.hpp
- src/mbgl/style/layers/background_layer_properties.cpp
- src/mbgl/style/layers/background_layer_properties.hpp
- src/mbgl/style/layers/circle_layer.cpp
- src/mbgl/style/layers/circle_layer_impl.cpp
- src/mbgl/style/layers/circle_layer_impl.hpp
- src/mbgl/style/layers/circle_layer_properties.cpp
- src/mbgl/style/layers/circle_layer_properties.hpp
- src/mbgl/style/layers/custom_layer.cpp
- src/mbgl/style/layers/custom_layer_impl.cpp
- src/mbgl/style/layers/custom_layer_impl.hpp
- src/mbgl/style/layers/fill_extrusion_layer.cpp
- src/mbgl/style/layers/fill_extrusion_layer_impl.cpp
- src/mbgl/style/layers/fill_extrusion_layer_impl.hpp
- src/mbgl/style/layers/fill_extrusion_layer_properties.cpp
- src/mbgl/style/layers/fill_extrusion_layer_properties.hpp
- src/mbgl/style/layers/fill_layer.cpp
- src/mbgl/style/layers/fill_layer_impl.cpp
- src/mbgl/style/layers/fill_layer_impl.hpp
- src/mbgl/style/layers/fill_layer_properties.cpp
- src/mbgl/style/layers/fill_layer_properties.hpp
- src/mbgl/style/layers/line_layer.cpp
- src/mbgl/style/layers/line_layer_impl.cpp
- src/mbgl/style/layers/line_layer_impl.hpp
- src/mbgl/style/layers/line_layer_properties.cpp
- src/mbgl/style/layers/line_layer_properties.hpp
- src/mbgl/style/layers/raster_layer.cpp
- src/mbgl/style/layers/raster_layer_impl.cpp
- src/mbgl/style/layers/raster_layer_impl.hpp
- src/mbgl/style/layers/raster_layer_properties.cpp
- src/mbgl/style/layers/raster_layer_properties.hpp
- src/mbgl/style/layers/symbol_layer.cpp
- src/mbgl/style/layers/symbol_layer_impl.cpp
- src/mbgl/style/layers/symbol_layer_impl.hpp
- src/mbgl/style/layers/symbol_layer_properties.cpp
- src/mbgl/style/layers/symbol_layer_properties.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/layers/background_layer.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/layers/circle_layer.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/layers/custom_layer.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/layers/fill_extrusion_layer.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/layers/fill_layer.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/layers/line_layer.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/layers/raster_layer.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/layers/symbol_layer.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/background_layer.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/background_layer_impl.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/background_layer_impl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/background_layer_properties.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/background_layer_properties.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/circle_layer.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/circle_layer_impl.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/circle_layer_impl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/circle_layer_properties.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/circle_layer_properties.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/custom_layer.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/custom_layer_impl.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/custom_layer_impl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/fill_extrusion_layer.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/fill_extrusion_layer_impl.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/fill_extrusion_layer_impl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/fill_extrusion_layer_properties.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/fill_extrusion_layer_properties.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/fill_layer.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/fill_layer_impl.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/fill_layer_impl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/fill_layer_properties.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/fill_layer_properties.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/line_layer.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/line_layer_impl.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/line_layer_impl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/line_layer_properties.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/line_layer_properties.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/raster_layer.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/raster_layer_impl.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/raster_layer_impl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/raster_layer_properties.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/raster_layer_properties.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/symbol_layer.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/symbol_layer_impl.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/symbol_layer_impl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/symbol_layer_properties.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layers/symbol_layer_properties.hpp
# style/sources
- include/mbgl/style/sources/geojson_source.hpp
- include/mbgl/style/sources/raster_source.hpp
- include/mbgl/style/sources/vector_source.hpp
- src/mbgl/style/sources/geojson_source.cpp
- src/mbgl/style/sources/geojson_source_impl.cpp
- src/mbgl/style/sources/geojson_source_impl.hpp
- src/mbgl/style/sources/raster_source.cpp
- src/mbgl/style/sources/raster_source_impl.cpp
- src/mbgl/style/sources/raster_source_impl.hpp
- src/mbgl/style/sources/vector_source.cpp
- src/mbgl/style/sources/vector_source_impl.cpp
- src/mbgl/style/sources/vector_source_impl.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/sources/geojson_source.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/sources/raster_source.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/style/sources/vector_source.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/sources/geojson_source.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/sources/geojson_source_impl.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/sources/geojson_source_impl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/sources/raster_source.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/sources/raster_source_impl.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/sources/raster_source_impl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/sources/vector_source.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/sources/vector_source_impl.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/sources/vector_source_impl.hpp
+
+ # style
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/bucket_parameters.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/bucket_parameters.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/cascade_parameters.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/class_dictionary.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/class_dictionary.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/cross_faded_property_evaluator.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/cross_faded_property_evaluator.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/function.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/group_by_layout.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/group_by_layout.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layer.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layer_impl.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layer_impl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layer_observer.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/layout_property.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/observer.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/paint_property.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/parser.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/parser.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/property_evaluation_parameters.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/property_evaluator.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/property_parsing.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/property_parsing.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/query_parameters.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/rapidjson_conversion.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/source.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/source_impl.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/source_impl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/source_observer.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/style.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/style.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/tile_source_impl.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/tile_source_impl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/types.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/update_batch.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/style/update_parameters.hpp
# text
- src/mbgl/text/bidi.hpp
- src/mbgl/text/check_max_angle.cpp
- src/mbgl/text/check_max_angle.hpp
- src/mbgl/text/collision_feature.cpp
- src/mbgl/text/collision_feature.hpp
- src/mbgl/text/collision_tile.cpp
- src/mbgl/text/collision_tile.hpp
- src/mbgl/text/get_anchors.cpp
- src/mbgl/text/get_anchors.hpp
- src/mbgl/text/glyph.cpp
- src/mbgl/text/glyph.hpp
- src/mbgl/text/glyph_atlas.cpp
- src/mbgl/text/glyph_atlas.hpp
- src/mbgl/text/glyph_atlas_observer.hpp
- src/mbgl/text/glyph_pbf.cpp
- src/mbgl/text/glyph_pbf.hpp
- src/mbgl/text/glyph_range.hpp
- src/mbgl/text/glyph_set.cpp
- src/mbgl/text/glyph_set.hpp
- src/mbgl/text/placement_config.hpp
- src/mbgl/text/quads.cpp
- src/mbgl/text/quads.hpp
- src/mbgl/text/shaping.cpp
- src/mbgl/text/shaping.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/bidi.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/check_max_angle.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/check_max_angle.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/collision_feature.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/collision_feature.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/collision_tile.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/collision_tile.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/get_anchors.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/get_anchors.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/glyph_atlas.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/glyph_atlas.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/glyph_atlas_observer.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/glyph.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/glyph.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/glyph_pbf.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/glyph_pbf.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/glyph_range.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/glyph_set.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/glyph_set.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/placement_config.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/quads.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/quads.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/shaping.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/text/shaping.hpp
# tile
- src/mbgl/tile/geojson_tile.cpp
- src/mbgl/tile/geojson_tile.hpp
- src/mbgl/tile/geometry_tile.cpp
- src/mbgl/tile/geometry_tile.hpp
- src/mbgl/tile/geometry_tile_data.cpp
- src/mbgl/tile/geometry_tile_data.hpp
- src/mbgl/tile/geometry_tile_worker.cpp
- src/mbgl/tile/geometry_tile_worker.hpp
- src/mbgl/tile/raster_tile.cpp
- src/mbgl/tile/raster_tile.hpp
- src/mbgl/tile/raster_tile_worker.cpp
- src/mbgl/tile/raster_tile_worker.hpp
- src/mbgl/tile/tile.cpp
- src/mbgl/tile/tile.hpp
- src/mbgl/tile/tile_cache.cpp
- src/mbgl/tile/tile_cache.hpp
- src/mbgl/tile/tile_id.hpp
- src/mbgl/tile/tile_id_io.cpp
- src/mbgl/tile/tile_loader.hpp
- src/mbgl/tile/tile_loader_impl.hpp
- src/mbgl/tile/tile_observer.hpp
- src/mbgl/tile/vector_tile.cpp
- src/mbgl/tile/vector_tile.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/geojson_tile.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/geojson_tile.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/geometry_tile.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/geometry_tile_data.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/geometry_tile_data.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/geometry_tile.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/geometry_tile_worker.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/geometry_tile_worker.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/raster_tile.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/raster_tile.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/raster_tile_worker.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/raster_tile_worker.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/tile_cache.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/tile_cache.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/tile.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/tile.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/tile_id.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/tile_id_io.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/tile_loader.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/tile_loader_impl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/tile_observer.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/vector_tile.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/tile/vector_tile.hpp
# util
- include/mbgl/util/async_request.hpp
- include/mbgl/util/char_array_buffer.hpp
- include/mbgl/util/chrono.hpp
- include/mbgl/util/color.hpp
- include/mbgl/util/compression.hpp
- include/mbgl/util/constants.hpp
- include/mbgl/util/convert.hpp
- include/mbgl/util/enum.hpp
- include/mbgl/util/event.hpp
- include/mbgl/util/exception.hpp
- include/mbgl/util/feature.hpp
- include/mbgl/util/font_stack.hpp
- include/mbgl/util/geo.hpp
- include/mbgl/util/geojson.hpp
- include/mbgl/util/geometry.hpp
- include/mbgl/util/image.hpp
- include/mbgl/util/logging.hpp
- include/mbgl/util/noncopyable.hpp
- include/mbgl/util/optional.hpp
- include/mbgl/util/platform.hpp
- include/mbgl/util/projection.hpp
- include/mbgl/util/range.hpp
- include/mbgl/util/run_loop.hpp
- include/mbgl/util/size.hpp
- include/mbgl/util/string.hpp
- include/mbgl/util/tileset.hpp
- include/mbgl/util/timer.hpp
- include/mbgl/util/traits.hpp
- include/mbgl/util/unitbezier.hpp
- include/mbgl/util/util.hpp
- include/mbgl/util/variant.hpp
- include/mbgl/util/work_request.hpp
- include/mbgl/util/work_task.hpp
- include/mbgl/util/work_task_impl.hpp
- src/mbgl/util/async_task.hpp
- src/mbgl/util/chrono.cpp
- src/mbgl/util/clip_id.cpp
- src/mbgl/util/clip_id.hpp
- src/mbgl/util/color.cpp
- src/mbgl/util/compression.cpp
- src/mbgl/util/constants.cpp
- src/mbgl/util/convert.cpp
- src/mbgl/util/dtoa.cpp
- src/mbgl/util/dtoa.hpp
- src/mbgl/util/event.cpp
- src/mbgl/util/exclusive.hpp
- src/mbgl/util/font_stack.cpp
- src/mbgl/util/geo.cpp
- src/mbgl/util/geojson.cpp
- src/mbgl/util/grid_index.cpp
- src/mbgl/util/grid_index.hpp
- src/mbgl/util/http_header.cpp
- src/mbgl/util/http_header.hpp
- src/mbgl/util/http_timeout.cpp
- src/mbgl/util/http_timeout.hpp
- src/mbgl/util/i18n.cpp
- src/mbgl/util/i18n.hpp
- src/mbgl/util/ignore.hpp
- src/mbgl/util/indexed_tuple.hpp
- src/mbgl/util/interpolate.hpp
- src/mbgl/util/intersection_tests.cpp
- src/mbgl/util/intersection_tests.hpp
- src/mbgl/util/io.cpp
- src/mbgl/util/io.hpp
- src/mbgl/util/logging.cpp
- src/mbgl/util/mapbox.cpp
- src/mbgl/util/mapbox.hpp
- src/mbgl/util/mat2.cpp
- src/mbgl/util/mat2.hpp
- src/mbgl/util/mat3.cpp
- src/mbgl/util/mat3.hpp
- src/mbgl/util/mat4.cpp
- src/mbgl/util/mat4.hpp
- src/mbgl/util/math.hpp
- src/mbgl/util/offscreen_texture.cpp
- src/mbgl/util/offscreen_texture.hpp
- src/mbgl/util/premultiply.cpp
- src/mbgl/util/premultiply.hpp
- src/mbgl/util/rapidjson.hpp
- src/mbgl/util/rect.hpp
- src/mbgl/util/std.hpp
- src/mbgl/util/stopwatch.cpp
- src/mbgl/util/stopwatch.hpp
- src/mbgl/util/thread.hpp
- src/mbgl/util/thread_context.cpp
- src/mbgl/util/thread_context.hpp
- src/mbgl/util/thread_local.hpp
- src/mbgl/util/tile_coordinate.hpp
- src/mbgl/util/tile_cover.cpp
- src/mbgl/util/tile_cover.hpp
- src/mbgl/util/token.hpp
- src/mbgl/util/url.cpp
- src/mbgl/util/url.hpp
- src/mbgl/util/utf.hpp
- src/mbgl/util/version_info.cpp
- src/mbgl/util/work_queue.cpp
- src/mbgl/util/work_queue.hpp
- src/mbgl/util/work_request.cpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/async_request.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/char_array_buffer.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/chrono.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/color.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/compression.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/constants.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/convert.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/enum.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/event.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/exception.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/feature.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/font_stack.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/geo.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/geojson.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/geometry.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/image.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/logging.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/noncopyable.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/optional.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/platform.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/projection.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/range.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/run_loop.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/size.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/string.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/tileset.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/timer.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/traits.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/unitbezier.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/util.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/variant.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/work_request.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/work_task.hpp
+ ${CMAKE_SOURCE_DIR}/include/mbgl/util/work_task_impl.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/async_task.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/chrono.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/clip_id.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/clip_id.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/color.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/compression.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/constants.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/convert.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/dtoa.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/dtoa.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/event.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/exclusive.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/font_stack.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/geo.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/geojson.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/grid_index.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/grid_index.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/http_header.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/http_header.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/http_timeout.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/http_timeout.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/i18n.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/i18n.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/ignore.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/indexed_tuple.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/interpolate.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/intersection_tests.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/intersection_tests.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/io.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/io.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/logging.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/mapbox.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/mapbox.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/mat2.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/mat2.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/mat3.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/mat3.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/mat4.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/mat4.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/math.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/offscreen_texture.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/offscreen_texture.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/premultiply.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/premultiply.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/rapidjson.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/rect.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/std.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/stopwatch.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/stopwatch.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/thread_context.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/thread_context.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/thread.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/thread_local.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/tile_coordinate.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/tile_cover.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/tile_cover.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/token.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/url.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/url.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/utf.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/version_info.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/work_queue.cpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/work_queue.hpp
+ ${CMAKE_SOURCE_DIR}/src/mbgl/util/work_request.cpp
)
diff --git a/platform/qt/qt.cmake b/platform/qt/qt.cmake
index 64edcc42a1..59b01060c1 100644
--- a/platform/qt/qt.cmake
+++ b/platform/qt/qt.cmake
@@ -14,42 +14,42 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(MBGL_QT_FILES
# File source
- PRIVATE platform/default/asset_file_source.cpp
- PRIVATE platform/default/default_file_source.cpp
- PRIVATE platform/default/local_file_source.cpp
- PRIVATE platform/default/online_file_source.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/default/asset_file_source.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/default/default_file_source.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/default/local_file_source.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/default/online_file_source.cpp
# Offline
- PRIVATE platform/default/mbgl/storage/offline.cpp
- PRIVATE platform/default/mbgl/storage/offline_database.cpp
- PRIVATE platform/default/mbgl/storage/offline_database.hpp
- PRIVATE platform/default/mbgl/storage/offline_download.cpp
- PRIVATE platform/default/mbgl/storage/offline_download.hpp
- PRIVATE platform/default/sqlite3.hpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/default/mbgl/storage/offline.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/default/mbgl/storage/offline_database.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/default/mbgl/storage/offline_database.hpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/default/mbgl/storage/offline_download.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/default/mbgl/storage/offline_download.hpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/default/sqlite3.hpp
# Misc
- PRIVATE platform/default/logging_stderr.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/default/logging_stderr.cpp
# Thread
- PRIVATE platform/default/mbgl/util/default_thread_pool.cpp
- PRIVATE platform/default/mbgl/util/default_thread_pool.cpp
- PRIVATE platform/qt/src/thread_local.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/default/mbgl/util/default_thread_pool.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/default/mbgl/util/default_thread_pool.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/src/thread_local.cpp
# Platform integration
- PRIVATE platform/qt/src/async_task.cpp
- PRIVATE platform/qt/src/async_task_impl.hpp
- PRIVATE platform/qt/src/http_file_source.cpp
- PRIVATE platform/qt/src/http_file_source.hpp
- PRIVATE platform/qt/src/http_request.cpp
- PRIVATE platform/qt/src/http_request.hpp
- PRIVATE platform/qt/src/image.cpp
- PRIVATE platform/qt/src/run_loop.cpp
- PRIVATE platform/qt/src/run_loop_impl.hpp
- PRIVATE platform/qt/src/sqlite3.cpp
- PRIVATE platform/qt/src/string_stdlib.cpp
- PRIVATE platform/qt/src/timer.cpp
- PRIVATE platform/qt/src/timer_impl.hpp
- PRIVATE platform/qt/src/utf.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/src/async_task.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/src/async_task_impl.hpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/src/http_file_source.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/src/http_file_source.hpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/src/http_request.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/src/http_request.hpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/src/image.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/src/run_loop.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/src/run_loop_impl.hpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/src/sqlite3.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/src/string_stdlib.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/src/timer.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/src/timer_impl.hpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/src/utf.cpp
)
include_directories(
@@ -58,33 +58,33 @@ include_directories(
# Shared library
add_library(qmapboxgl SHARED
- platform/qt/include/qmapbox.hpp
- platform/qt/include/qmapboxgl.hpp
- platform/qt/src/qmapbox.cpp
- platform/qt/src/qmapboxgl.cpp
- platform/qt/src/qmapboxgl_p.hpp
- platform/default/mbgl/util/default_styles.hpp
- platform/default/mbgl/util/default_styles.cpp
+ ${CMAKE_SOURCE_DIR}/platform/qt/include/qmapbox.hpp
+ ${CMAKE_SOURCE_DIR}/platform/qt/include/qmapboxgl.hpp
+ ${CMAKE_SOURCE_DIR}/platform/qt/src/qmapbox.cpp
+ ${CMAKE_SOURCE_DIR}/platform/qt/src/qmapboxgl.cpp
+ ${CMAKE_SOURCE_DIR}/platform/qt/src/qmapboxgl_p.hpp
+ ${CMAKE_SOURCE_DIR}/platform/default/mbgl/util/default_styles.hpp
+ ${CMAKE_SOURCE_DIR}/platform/default/mbgl/util/default_styles.cpp
)
# C++ app
add_executable(mbgl-qt
- platform/qt/app/main.cpp
- platform/qt/app/mapwindow.cpp
- platform/qt/app/mapwindow.hpp
- platform/qt/resources/common.qrc
+ ${CMAKE_SOURCE_DIR}/platform/qt/app/main.cpp
+ ${CMAKE_SOURCE_DIR}/platform/qt/app/mapwindow.cpp
+ ${CMAKE_SOURCE_DIR}/platform/qt/app/mapwindow.hpp
+ ${CMAKE_SOURCE_DIR}/platform/qt/resources/common.qrc
)
if(WITH_QT_4)
- include(platform/qt/qt4.cmake)
+ include(${CMAKE_SOURCE_DIR}/platform/qt/qt4.cmake)
else()
- include(platform/qt/qt5.cmake)
+ include(${CMAKE_SOURCE_DIR}/platform/qt/qt5.cmake)
endif()
# OS specific configurations
if (MASON_PLATFORM STREQUAL "osx" OR MASON_PLATFORM STREQUAL "ios")
list(APPEND MBGL_QT_FILES
- PRIVATE platform/darwin/src/nsthread.mm
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/darwin/src/nsthread.mm
)
list(APPEND MBGL_QT_LIBRARIES
PRIVATE "-framework Foundation"
@@ -92,14 +92,14 @@ if (MASON_PLATFORM STREQUAL "osx" OR MASON_PLATFORM STREQUAL "ios")
)
elseif (CMAKE_HOST_SYSTEM_NAME STREQUAL "Linux")
list(APPEND MBGL_QT_FILES
- PRIVATE platform/default/thread.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/default/thread.cpp
)
list(APPEND MBGL_QT_LIBRARIES
PRIVATE -lGL
)
elseif (CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
list(APPEND MBGL_QT_FILES
- PRIVATE platform/qt/src/thread.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/src/thread.cpp
)
endif()
diff --git a/platform/qt/qt5.cmake b/platform/qt/qt5.cmake
index 7210a3d5f5..f464876dfa 100644
--- a/platform/qt/qt5.cmake
+++ b/platform/qt/qt5.cmake
@@ -16,12 +16,12 @@ set(MBGL_QT_LIBRARIES
)
target_sources(qmapboxgl
- PRIVATE platform/qt/include/qquickmapboxgl.hpp
- PRIVATE platform/qt/include/qquickmapboxglmapparameter.hpp
- PRIVATE platform/qt/src/qquickmapboxgl.cpp
- PRIVATE platform/qt/src/qquickmapboxglmapparameter.cpp
- PRIVATE platform/qt/src/qquickmapboxglrenderer.cpp
- PRIVATE platform/qt/src/qquickmapboxglrenderer.hpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/include/qquickmapboxgl.hpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/include/qquickmapboxglmapparameter.hpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/src/qquickmapboxgl.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/src/qquickmapboxglmapparameter.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/src/qquickmapboxglrenderer.cpp
+ PRIVATE ${CMAKE_SOURCE_DIR}/platform/qt/src/qquickmapboxglrenderer.hpp
)
target_link_libraries(qmapboxgl
@@ -42,9 +42,9 @@ target_link_libraries(mbgl-qt
# QtQuick app
add_executable(mbgl-qt-qml
- platform/qt/qmlapp/main.cpp
- platform/qt/qmlapp/qml.qrc
- platform/qt/resources/common.qrc
+ ${CMAKE_SOURCE_DIR}/platform/qt/qmlapp/main.cpp
+ ${CMAKE_SOURCE_DIR}/platform/qt/qmlapp/qml.qrc
+ ${CMAKE_SOURCE_DIR}/platform/qt/resources/common.qrc
)
target_link_libraries(mbgl-qt-qml
diff --git a/scripts/generate-core-files.sh b/scripts/generate-core-files.sh
index 27754306e1..d128298024 100755
--- a/scripts/generate-core-files.sh
+++ b/scripts/generate-core-files.sh
@@ -14,7 +14,7 @@ for FILE in $(git ls-files "include/*.hpp" "include/*.h" "src/*.hpp" "src/*.cpp"
echo " # ${CURRENT_PREFIX}" >> cmake/core-files.cmake
PREFIX="${CURRENT_PREFIX}"
fi
- echo " ${FILE#*#}" >> cmake/core-files.cmake
+ echo " \${CMAKE_SOURCE_DIR}/${FILE#*#}" >> cmake/core-files.cmake
done
echo ")" >> cmake/core-files.cmake
git diff cmake/core-files.cmake