Files
libconfig/build-config/CLI11/meson.build
Emily Boudreaux 68cba402f3 feat(CLI): CLI integration with CLI11
libconfig can automatically generate command line interfaces using CLI11 based on some schema
2026-02-02 08:41:47 -05:00

2 lines
81 B
Meson

cli11_proj = subproject('cli11')
cli11_dep = cli11_proj.get_variable('CLI11_dep')