Tactility/Devices/tulip-4r11/CMakeLists.txt
2026-08-08 14:52:34 +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
)