summaryrefslogtreecommitdiff
path: root/minecctl/meson.build
blob: ac8210dd3132d9e9cb86d19ba93e6c0f3587fa5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
minecctl_sources = [
	'minecctl.c',
]

minecctl_deps = [
	dep_libshared,
]

executable(
	'minecctl',
	minecctl_sources,
	link_args: [ '-lanl' ],
	dependencies: minecctl_deps,
)