xwim/meson.build
Armin Friedl d9cbf47036
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Relative root path in archive, clang-format, refactoring
Compressed archives now contain a single root which consists of the file or
folder being compressed. Before, the archive root contained the full relative
path form the current working directory to the compressed file or folder. This
is unintuitive in most cases and not dwim.
2020-08-03 01:26:52 +02:00

10 lines
274 B
Meson

project('xwim', 'cpp',
version: '0.3',
default_options: ['cpp_std=c++17',
'warning_level=3',
'b_coverage=true',
'b_ndebug=if-release'])
subdir('src')
subdir('doc')
subdir('test')