mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-05 18:13:01 +00:00
16 lines
251 B
Meson
16 lines
251 B
Meson
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')
|