blob: d370a8eef6b6da4b76d38e07f49effb54514123e [file] [log] [blame]
publish_internal_headers(ccan
array_size.h
build_assert.h
check_type.h
compiler.h
container_of.h
ilog.h
list.h
minmax.h
str.h
str_debug.h
)
set(C_FILES
ilog.c
list.c
str.c
)
add_library(ccan STATIC ${C_FILES})
add_library(ccan_pic STATIC ${C_FILES})
set_property(TARGET ccan_pic PROPERTY POSITION_INDEPENDENT_CODE TRUE)