Move 0x to cmake file.

This commit is contained in:
chriseth
2017-06-14 14:17:53 +02:00
parent 1d79059897
commit 1ce949519d
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#pragma once
static char licenseText[] = {
0x@LICENSE_TEXT@
static char const licenseText[] = {
@LICENSE_TEXT@
};