Improve source file processing in CMakeLists.txt (#211)

This commit is contained in:
Ken Van Hoeylandt
2025-02-08 21:42:14 +01:00
committed by GitHub
parent 5b375c21bb
commit e1bfdd7c91
4 changed files with 12 additions and 4 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
file(GLOB_RECURSE SOURCE_FILES Source/*.c*)
idf_component_register(
SRC_DIRS "Source" "Source/hal" "Source/ft6x36" "Source/axp192"
SRCS ${SOURCE_FILES}
INCLUDE_DIRS "Source"
REQUIRES Tactility esp_lvgl_port esp_lcd ILI934x driver vfs fatfs
)