mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-18 16:05:05 +00:00
7 lines
132 B
CMake
7 lines
132 B
CMake
file(GLOB_RECURSE SOURCE_FILES source/*.c*)
|
|
|
|
idf_component_register(
|
|
SRCS ${SOURCE_FILES}
|
|
REQUIRES TactilityKernel driver
|
|
)
|