Tactility/Devices/unphone/CMakeLists.txt
2026-07-30 17:19:11 +02:00

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
)