mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 18:26:11 -04:00

Mustache templating system is a bit simpler than ctpp2 and ctpp2 is no more maintained (see #189). We are moving to the kainjow's Mustache project (https://github.com/kainjow/Mustache). It simplify a lot our system has it is header only and we don't have to precompile the template. Fix #21
5 lines
125 B
Meson
5 lines
125 B
Meson
|
|
res_compiler = find_program('kiwix-compile-resources')
|
|
|
|
install_data(res_compiler.path(), install_dir:get_option('bindir'))
|