summaryrefslogtreecommitdiff
path: root/tinywl/meson.build
blob: 4c3a1d0963a52769931ff365557c82219153160d (plain)
1
2
3
4
5
executable(
	'tinywl',
	['tinywl.c', protocols_client_header['xdg-shell']],
	dependencies: scenefx,
)