Skip to content
Snippets Groups Projects
meson.build 130 B
project(
	'praktikum',
	'c',
	default_options: [
		'warning_level=3',
		'buildtype=release',
		'b_lto=true',
	],
)

subdir('src')