* Implement release scripting and SDK building process * Fix for CYD display colors * Various improvements and fixes * Made build scripts more modular
7 lines
121 B
CMake
7 lines
121 B
CMake
file(GLOB_RECURSE SOURCE_FILES Source/*.c)
|
|
|
|
idf_component_register(
|
|
SRCS ${SOURCE_FILES}
|
|
REQUIRES TactilitySDK
|
|
)
|