606b918f9c
See https://github.com/TactilityProject/Tactility/pull/596 for author consent.
8 lines
191 B
CMake
8 lines
191 B
CMake
file(GLOB_RECURSE SOURCE_FILES source/*.c*)
|
|
|
|
idf_component_register(
|
|
SRCS ${SOURCE_FILES}
|
|
INCLUDE_DIRS "source"
|
|
REQUIRES TactilityKernel TactilityFreeRtos bq24295-module driver
|
|
)
|