2025-12-03 08:54:33 -05:00
|
|
|
executable('simple_config_test', 'simple.cpp', dependencies: [config_dep])
|
2026-02-02 08:41:47 -05:00
|
|
|
executable('cli_example', 'cli_example.cpp', dependencies: [config_dep, cli11_dep])
|
2025-12-06 10:55:46 -05:00
|
|
|
|
|
|
|
|
if meson.is_cross_build() and host_machine.system() == 'wasm'
|
|
|
|
|
executable('simple_config_wasm_test', 'wasm.cpp', dependencies: [config_dep])
|
|
|
|
|
endif
|