mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 10:16:03 -04:00
6 lines
170 B
Meson
6 lines
170 B
Meson
|
|
res_compiler = find_program('compile_resources.py')
|
|
intermediate_ctpp2c = find_program('ctpp2c.sh')
|
|
|
|
install_data(res_compiler.path(), install_dir:get_option('bindir'))
|