summaryrefslogblamecommitdiff
path: root/src/meson.build
blob: 5fe292f0dc4f1140a5328600287c45f0332b6922 (plain) (tree)
1
2
3
4
5
6
7

                 




                           






                                        
e = executable(
	'evanix',
        [
		'evanix.c',
		'jobs.c',
		'util.c',
	],

	include_directories: evanix_inc,
	dependencies: cjson_dep,
	install: true,
)

test('evanix', e)