2026-02-02 08:41:47 -05:00
|
|
|
cli11_proj = subproject('cli11')
|
2026-06-05 11:36:42 +02:00
|
|
|
cli11_dep = cli11_proj.get_variable('CLI11_dep')
|
|
|
|
|
|
2026-06-05 15:57:40 +00:00
|
|
|
cli11_headers = cli11_proj.get_variable('cli11_headers')
|
|
|
|
|
cli11_impl_headers = cli11_proj.get_variable('cli11_impl_headers')
|
|
|
|
|
|
|
|
|
|
install_headers(cli11_headers, subdir: 'fourdst/vendor/CLI')
|
|
|
|
|
install_headers(cli11_impl_headers, subdir: 'fourdst/vendor/CLI/impl')
|