libcruft-util/tools/meson.build

20 lines
319 B
Meson
Raw Permalink Normal View History

sources = [
'backtrace',
'cpuid',
'crash',
#'json-clean',
#'json-compare',
#'json-pointer',
#'json-schema',
#'json-validate',
'log',
'macro',
'poisson',
'scratch',
]
foreach t : sources
executable(
t, f'@t@.cpp', dependencies: [libcruft_dep]
)
endforeach