libconfig can automatically generate command line interfaces using CLI11 based on some schema
4 lines
62 B
Meson
4 lines
62 B
Meson
cmake = import('cmake')
|
|
subdir('reflect-cpp')
|
|
subdir('cli11')
|