12 lines
166 B
Meson
12 lines
166 B
Meson
time = static_library(
|
|
'time',
|
|
'Parser.cxx',
|
|
'Convert.cxx',
|
|
'ISO8601.cxx',
|
|
include_directories: inc,
|
|
)
|
|
|
|
time_dep = declare_dependency(
|
|
link_with: time,
|
|
)
|