Add a GTK+ GUI

This commit is contained in:
2013-06-02 23:50:33 +02:00
parent 2c25091639
commit c05d522a1d
10 changed files with 756 additions and 17 deletions

4
quote-file.cmake Normal file
View File

@@ -0,0 +1,4 @@
file (READ ${input} contents)
string (REPLACE "\n" "\\n\"\n\"" contents "${contents}")
file (WRITE ${output}
"const char ${var_name}[] = \n\"${contents}\";\n")