etl/meson_options.txt
Eric Vantillard ad6aa9b40f
Update test sources in meson build (#604)
- Update list of tests according to CMakeLists.txt content.
- Update compiler args :
	- Add same arguments as in CMakeLists.txt.
	- Remove non-vitual-dtor warnings (code need to be fixed before enabling this warning).
	- Enable sanatizer.
- Add unittest-cpp subproject as a wrap dependency.
- Add `meson test`target to start the `etl_unit_tests` program.
2022-10-06 15:00:21 +01:00

2 lines
82 B
Meson

option('use_stl', description: 'Compiling for STL', type: 'boolean', value: true)