Newer
Older
project('rugby', 'c',
default_options: [
'buildtype=debugoptimized',
'c_std=gnu11',
'warning_level=1'
])
add_global_arguments(['-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_38',
'-DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_16',
'-DGDK_VERSION_MAX_ALLOWED=GDK_VERSION_3_16'],