9 lines
260 B
CMake
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
|
|
)
|