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









                                        
e = executable(
	'evanix',
        'evanix.c',

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

test('evanix', e)