summaryrefslogtreecommitdiff
path: root/meson.build
blob: 3a099633ff845afd5b1d1e454f3af1678c691db9 (plain)
1
2
3
4
5
project('pom', 'c',
	# Note: Only C99 is strictly needed
	default_options: ['c_std=c23'])
library('pom', 'pom.c')
static_library('pom', 'pom.c')