mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-17 23:55:04 +00:00
8 lines
151 B
CMake
8 lines
151 B
CMake
file(GLOB_RECURSE SOURCE_FILES source/*.c*)
|
|
|
|
idf_component_register(
|
|
SRCS ${SOURCE_FILES}
|
|
INCLUDE_DIRS "source"
|
|
REQUIRES TactilityKernel
|
|
)
|