summaryrefslogtreecommitdiff
path: root/cmake/files.txt.ejs
blob: 6c210347f6411fc0aca0c7c6db68b72dc25f89f9 (plain)
1
2
3
4
5
6
7
8
9
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') %>

<% } -%>