summaryrefslogtreecommitdiff
path: root/cmake/files.txt.ejs
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-08-20 13:32:44 +0200
committerKonstantin Käfer <mail@kkaefer.com>2018-08-20 19:11:31 +0200
commitbded6c65d59b6da9e7cd6d4787e5f707a62a8285 (patch)
tree3aceee126b9892bcd9625c1c6962c8ef87ce8bf3 /cmake/files.txt.ejs
parent1b4398f7aab99f6604f56957209551fb7372a9d6 (diff)
downloadqtlocation-mapboxgl-bded6c65d59b6da9e7cd6d4787e5f707a62a8285.tar.gz
[build] use plain text files for file lists to simplify integration with other build systems
Diffstat (limited to 'cmake/files.txt.ejs')
-rw-r--r--cmake/files.txt.ejs10
1 files changed, 10 insertions, 0 deletions
diff --git a/cmake/files.txt.ejs b/cmake/files.txt.ejs
new file mode 100644
index 0000000000..6c210347f6
--- /dev/null
+++ b/cmake/files.txt.ejs
@@ -0,0 +1,10 @@
+<%
+ const groups = locals.groups;
+-%>
+# This file is generated. Do not edit. Regenerate this with scripts/generate-cmake-files.js
+
+<% for (const key of Object.keys(groups).sort()) { -%>
+# <%- key %>
+<%- groups[key].sort().join('\n') %>
+
+<% } -%>