14 lines
198 B
CMake
Raw Normal View History

2025-02-27 17:59:18 +08:00
set(incs)
set(srcs)
list(APPEND incs
include
)
list(APPEND srcs
facedetectcnn-data.c
facedetectcnn-model.c
facedetectcnn.c
)
armino_component_register(SRCS "${srcs}" INCLUDE_DIRS "${incs}")