micetools/src/micetools/lib/meson.build

9 lines
187 B
Meson
Raw Normal View History

2022-10-30 17:33:02 +00:00
subdir('util') # This is the only lib that should ever be link_with'd by another lib
subdir('json')
subdir('dmi')
subdir('mice')
subdir('am')
fs = import('fs')
subdir('libpcp')