blob: ea955bc56bb6d758c860703ab0c6f12411c65f8c (
plain) (
tree)
|
|
e = executable(
'evanix',
[
'evanix.c',
'jobs.c',
'util.c',
'queue.c',
'build.c',
'htab.c',
],
include_directories: evanix_inc,
dependencies: cjson_dep,
install: true,
)
test('evanix', e)
|