coriolis/hurricane/src/utilities/meson.build

8 lines
89 B
Meson

utils = shared_library(
'utils',
'Path.cpp',
'Dots.cpp',
link_with: hurricane
)