1 Star 0 Fork 0

rocLv / esp-face

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 562 Bytes
一键复制 编辑 原始数据 按行查看 历史
XiaochaoGONG 提交于 2020-03-31 10:37 . [de679b3] update idf v4.0
set(COMPONENT_SRCS
face_detection/fd_forward.c
object_detection/lssh_forward.c
face_recognition/fr_forward.c
face_recognition/fr_flash.c
image_util/image_util.c
)
set(COMPONENT_ADD_INCLUDEDIRS
face_detection/include
face_recognition/include
object_detection/include
image_util/include
lib/include
)
set(COMPONENT_REQUIRES spi_flash)
register_component()
target_link_libraries(${COMPONENT_TARGET} "-L ${CMAKE_CURRENT_SOURCE_DIR}/lib")
target_link_libraries(${COMPONENT_TARGET}
od
fr
fd
dl
)
1
https://gitee.com/rocwar/esp-face.git
git@gitee.com:rocwar/esp-face.git
rocwar
esp-face
esp-face
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891