Files
tactility/Devices/waveshare-esp32-s3-rlcd/CMakeLists.txt
T
2026-07-23 23:16:58 -04:00

8 lines
158 B
CMake

file(GLOB_RECURSE SOURCE_FILES source/*.c*)
idf_component_register(
SRCS ${SOURCE_FILES}
INCLUDE_DIRS "source"
REQUIRES TactilityKernel driver
)