1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-04 18:29:19 +02:00
deltachat-core/cmdline/meson.build
Floris Bruynooghe 5f3c12f0bc Link against bundled libetpan
This should still be made optional.
2018-06-10 16:37:39 +02:00

15 lines
191 B
Meson

src = [
'cmdline.c',
'stress.c',
'main.c',
]
inc = include_directories('.')
exe = executable(
'delta', src,
dependencies: [pthreads, etpan],
link_with: lib,
install: true,
)