Files
DistributedCollectorGateway/components/STATUS_LED/CMakeLists.txt

5 lines
148 B
CMake

idf_component_register(SRCS "STATUS_LED.c"
INCLUDE_DIRS "include"
REQUIRES driver log
)