diff options
Diffstat (limited to 'cmake/templates/license.h.in')
-rw-r--r-- | cmake/templates/license.h.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cmake/templates/license.h.in b/cmake/templates/license.h.in index 48801347..b254e871 100644 --- a/cmake/templates/license.h.in +++ b/cmake/templates/license.h.in @@ -1,3 +1,5 @@ #pragma once -static char const* licenseText = R"(@LICENSE_TEXT@)"; +static char licenseText[] = { + 0x@LICENSE_TEXT@ +}; |