aboutsummaryrefslogtreecommitdiff
path: root/rootston/meson.build
blob: 6fc4452fc1513b51740f2712fb157a6ef79088d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
executable(
	'rootson', [
		'config.c',
		'desktop.c',
		'ini.c',
		'input.c',
		'main.c',
		'output.c',
		'pointer.c'
	], dependencies: wlroots
)