Tactility/Devices/unphone/CMakeLists.txt
Ken Van Hoeylandt 6595734492 Dependency cleanup
To avoid including GPL code
2026-07-29 21:19:42 +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
)