summaryrefslogtreecommitdiff
path: root/cmake/filesource.cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-12-17 15:24:11 +0100
committerKonstantin Käfer <mail@kkaefer.com>2019-01-09 10:26:53 +0100
commit6f60ccf08e4878d0688ddaefd906290a2998a148 (patch)
tree6e268040cfc1ea72fa577441398ecd790553df24 /cmake/filesource.cmake
parent9acdd75d04f335313a6c491599b5c7559d6458c7 (diff)
downloadqtlocation-mapboxgl-6f60ccf08e4878d0688ddaefd906290a2998a148.tar.gz
[build] generate header maps instead of -files.txt
Diffstat (limited to 'cmake/filesource.cmake')
-rw-r--r--cmake/filesource.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/filesource.cmake b/cmake/filesource.cmake
index e02467633b..ff9fa360f6 100644
--- a/cmake/filesource.cmake
+++ b/cmake/filesource.cmake
@@ -1,5 +1,5 @@
-# Modify cmake/filesource-files.txt to change the source files for this target.
-load_sources_list(MBGL_FILESOURCE_FILES cmake/filesource-files.txt)
+# Modify platform/default/filesource-files.json to change the source files for this target.
+load_sources_list(MBGL_FILESOURCE_FILES platform/default/filesource-files.json)
add_library(mbgl-filesource STATIC ${MBGL_FILESOURCE_FILES})
target_include_directories(mbgl-filesource