project( '4jlibs', ['c', 'cpp'], version: '0.1.0', meson_version: '>=1.1', default_options: [ 'cpp_std=c++23', 'warning_level=0', 'buildtype=debug', 'unity=on', 'unity_size=8', 'b_pch=true', ], ) subdir('builddef')