summaryrefslogtreecommitdiff
path: root/cmake/files.txt.ejs
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/files.txt.ejs
parent9acdd75d04f335313a6c491599b5c7559d6458c7 (diff)
downloadqtlocation-mapboxgl-6f60ccf08e4878d0688ddaefd906290a2998a148.tar.gz
[build] generate header maps instead of -files.txt
Diffstat (limited to 'cmake/files.txt.ejs')
-rw-r--r--cmake/files.txt.ejs9
1 files changed, 0 insertions, 9 deletions
diff --git a/cmake/files.txt.ejs b/cmake/files.txt.ejs
deleted file mode 100644
index 6faa184c29..0000000000
--- a/cmake/files.txt.ejs
+++ /dev/null
@@ -1,9 +0,0 @@
-<%
- 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') %>
-<% } -%>