summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-02-21 13:46:43 -0800
committerKonstantin Käfer <mail@kkaefer.com>2017-03-28 13:53:19 +0200
commit54cbdc4812c52894b1dbb34c786769e852f84f8c (patch)
treef6255f4cdc86c7b1d13415e6d3fa8d92ac21b82c /cmake
parent3db027751ed79832fccd769f2f5754d24c342a8a (diff)
downloadqtlocation-mapboxgl-54cbdc4812c52894b1dbb34c786769e852f84f8c.tar.gz
[core] Move ignore.hpp to public include directory
Diffstat (limited to 'cmake')
-rw-r--r--cmake/core-files.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index 98200900d5..1a1f400163 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -447,6 +447,7 @@ set(MBGL_CORE_FILES
include/mbgl/util/geo.hpp
include/mbgl/util/geojson.hpp
include/mbgl/util/geometry.hpp
+ include/mbgl/util/ignore.hpp
include/mbgl/util/image.hpp
include/mbgl/util/interpolate.hpp
include/mbgl/util/logging.hpp
@@ -490,7 +491,6 @@ set(MBGL_CORE_FILES
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.cpp
src/mbgl/util/intersection_tests.cpp