blob: 6faa184c293ab0a5101d1a1695c7bed78bf9d7f2 (
plain)
1
2
3
4
5
6
7
8
9
|
<%
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') %>
<% } -%>
|