aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/templates/license.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/templates/license.h.in')
-rw-r--r--cmake/templates/license.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/templates/license.h.in b/cmake/templates/license.h.in
new file mode 100644
index 00000000..6cdbc38d
--- /dev/null
+++ b/cmake/templates/license.h.in
@@ -0,0 +1,5 @@
+#pragma once
+
+static char const licenseText[] = {
+ @LICENSE_TEXT@, 0
+};