ladish/common/meson.build

12 lines
240 B
Meson

common_sources = [
'catdup.c',
'dirhelpers.c',
'file.c',
'log.c',
'time.c',
]
commonlib = static_library('common', common_sources,
include_directories : inc,
install : false)