6 lines
163 B
CMake
6 lines
163 B
CMake
set(component_srcs "mirf.c")
|
|
|
|
idf_component_register(SRCS "${component_srcs}"
|
|
PRIV_REQUIRES driver
|
|
INCLUDE_DIRS ".")
|