can_wizard/components/C-Linked-List/CMakeLists.txt
2023-11-29 11:27:23 +03:00

4 lines
61 B
CMake

idf_component_register(
INCLUDE_DIRS .
SRCS list.c
)