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.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/templates/license.h.in b/cmake/templates/license.h.in
new file mode 100644
index 00000000..48801347
--- /dev/null
+++ b/cmake/templates/license.h.in
@@ -0,0 +1,3 @@
+#pragma once
+
+static char const* licenseText = R"(@LICENSE_TEXT@)";