lock_lfvx/bk_idk/components/qcbor/CMakeLists.txt

17 lines
225 B
CMake
Raw Normal View History

2025-10-10 16:07:00 +08:00
set(incs)
set(srcs)
set(incs
inc/
inc/qcbor/
)
set(srcs
src/ieee754.c
src/qcbor_decode.c
src/qcbor_encode.c
src/qcbor_err_to_str.c
src/UsefulBuf.c
)
armino_component_register(SRCS "${srcs}" INCLUDE_DIRS "${incs}")