Newer
Older
default_options : ['warning_level=3', 'cpp_std=c++2a'])
run_command('conan', 'install', '--install-folder', meson.build_root(), meson.source_root(), check: true)
pegtl = dependency('pegtl', method: 'pkg-config')
catch2 = dependency('catch2', method: 'pkg-config')
cgal = dependency('cgal', method: 'pkg-config')
parser_inc = include_directories(
'src/csg',
'src/csg/impl',
'src/inputs')