From 6197903bd42478987516bc4cc3f0769488a37065 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 14 Jul 2022 20:27:59 +0200 Subject: Adding upstream version 2.0. Signed-off-by: Daniel Baumann --- ccan/meson.build | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ccan/meson.build (limited to 'ccan/meson.build') diff --git a/ccan/meson.build b/ccan/meson.build new file mode 100644 index 0000000..7573265 --- /dev/null +++ b/ccan/meson.build @@ -0,0 +1,10 @@ +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 -- cgit v1.2.3