summaryrefslogtreecommitdiff
path: root/cmake/core-files.cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-01-10 16:04:06 -0800
committerKonstantin Käfer <mail@kkaefer.com>2018-01-24 08:35:31 -0800
commite7e6cffcf354cc3d2427103b628f924bb39d7fb0 (patch)
tree0622789f5a19ecb22b4ce1195ae769f45fa04998 /cmake/core-files.cmake
parent13d27c700e4b0590c4f1c365bfa36cf2a07c437d (diff)
downloadqtlocation-mapboxgl-e7e6cffcf354cc3d2427103b628f924bb39d7fb0.tar.gz
[build] convert CMake file list generation code to JavaScript
Bash sorting is weird...
Diffstat (limited to 'cmake/core-files.cmake')
-rw-r--r--cmake/core-files.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index 8148fcdc88..24d5262799 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -1,4 +1,4 @@
-# Do not edit. Regenerate this with ./scripts/generate-core-files.sh
+# This file is generated. Do not edit. Regenerate this with scripts/generate-cmake-files.js
set(MBGL_CORE_FILES
# actor
@@ -740,4 +740,5 @@ set(MBGL_CORE_FILES
src/mbgl/util/version.cpp
src/mbgl/util/version.hpp
src/mbgl/util/work_request.cpp
+
)