606b918f9c
See https://github.com/TactilityProject/Tactility/pull/596 for author consent.
8 lines
177 B
CMake
8 lines
177 B
CMake
file(GLOB_RECURSE SOURCE_FILES source/*.c*)
|
|
|
|
idf_component_register(
|
|
SRCS ${SOURCE_FILES}
|
|
INCLUDE_DIRS "source"
|
|
REQUIRES TactilityKernel lvgl-module lilygo-module
|
|
)
|