ladish/common/meson.build

13 lines
305 B
Meson
Raw Permalink Normal View History

common_sources = [
'catdup.c',
'dirhelpers.c',
'file.c',
'log.c',
'time.c',
]
commonlib = static_library('common', common_sources,
2023-08-27 20:51:42 +03:00
dependencies : [dbus_dep, cdbus_dep],
include_directories : inc,
install : false)