Files
EmbeddedESP/components/ra01s/CMakeLists.txt
2025-04-04 04:48:13 +02:00

6 lines
164 B
CMake

set(component_srcs "ra01s.c")
idf_component_register(SRCS "${component_srcs}"
PRIV_REQUIRES driver
INCLUDE_DIRS ".")