6 lines
163 B
CMake
Raw Permalink Normal View History

2024-05-14 16:11:08 +03:00
set(component_srcs "mirf.c")
idf_component_register(SRCS "${component_srcs}"
PRIV_REQUIRES driver
INCLUDE_DIRS ".")