aboutsummaryrefslogtreecommitdiff
path: root/tinywl/meson.build
blob: e7271458b1004427e23744b212a91e271bf563b1 (plain)
1
2
3
4
5
executable(
	'tinywl',
	['tinywl.c', protocols_server_header['xdg-shell']],
	dependencies: wlroots,
)