Tactility/Devices/cl32/CMakeLists.txt
2026-08-07 19:30:22 +02:00

8 lines
151 B
CMake

file(GLOB_RECURSE SOURCE_FILES source/*.c*)
idf_component_register(
SRCS ${SOURCE_FILES}
INCLUDE_DIRS "source"
REQUIRES TactilityKernel
)