feat: Initial esp32-hacking project with firmware sources and docs
This commit is contained in:
8
esp-crab/master_recv/main/CMakeLists.txt
Normal file
8
esp-crab/master_recv/main/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
set(LV_UI_DIR ui)
|
||||
file(GLOB_RECURSE LV_UI_SOURCES ${LV_UI_DIR}/*.c)
|
||||
|
||||
set(APP_DIR app)
|
||||
file(GLOB_RECURSE APP_SOURCES ${APP_DIR}/*.c)
|
||||
|
||||
idf_component_register(SRCS "app_main.c" ${LV_UI_SOURCES} ${APP_SOURCES}
|
||||
INCLUDE_DIRS "." ${LV_UI_DIR} ${APP_DIR})
|
||||
Reference in New Issue
Block a user