mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
6 lines
173 B
Meson
6 lines
173 B
Meson
|
|
res_compiler = find_program('kiwix-compile-resources')
|
|
intermediate_ctpp2c = find_program('ctpp2c.sh')
|
|
|
|
install_data(res_compiler.path(), install_dir:get_option('bindir'))
|