1
0
Fork 0
nvme-cli/ccan/meson.build
Daniel Baumann e4376063b0
Merging upstream version 2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 12:15:45 +01:00

10 lines
286 B
Meson

sources += files([
'ccan/list/list.c',
'ccan/str/debug.c',
'ccan/str/str.c',
])
if get_option('buildtype') == 'debug'
add_project_arguments('-DCCAN_LIST_DEBUG=1', language : ['c', 'cpp'])
add_project_arguments('-DCCAN_STR_DEBUG=1', language : ['c', 'cpp'])
endif