Files
AI-on-the-edge-device/code/src/CMakeLists.txt
2020-08-07 17:42:29 +02:00

11 lines
350 B
CMake

# This file was automatically generated for projects
# without default 'CMakeLists.txt' file.
FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/src/*.*)
# idf_component_register(SRCS ${app_sources})
idf_component_register(SRCS ${app_sources}
INCLUDE_DIRS "."
EMBED_FILES "favicon.ico" "upload_script.html")