Adding upstream version 2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
50aec1e4c5
commit
1b3a431c1d
521 changed files with 21541 additions and 21644 deletions
10
ccan/meson.build
Normal file
10
ccan/meson.build
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue