Files
tactility/Devices/waveshare-esp32-s3-rlcd/CMakeLists.txt
T
2026-07-09 21:44:49 -04:00

9 lines
260 B
CMake

# Force CMake reload to detect new files module.cpp and Configuration.cpp
file(GLOB_RECURSE SOURCE_FILES Source/*.c*)
idf_component_register(
SRCS ${SOURCE_FILES}
INCLUDE_DIRS "Source"
REQUIRES Tactility ButtonControl ST7305 PwmBacklight driver
)