Use ctpp2c to generate template from source instead of use generated one.

Fixes #50.
This commit is contained in:
Matthieu Gautier
2017-07-12 15:45:44 +02:00
parent 6da3604df6
commit 64cc69f6ae
7 changed files with 173 additions and 12 deletions

View File

@ -1,4 +1,5 @@
res_compiler = find_program('compile_resources.py')
intermediate_ctpp2c = find_program('ctpp2c.sh')
install_data(res_compiler.path(), install_dir:get_option('bindir'))