4 lines
117 B
CMake
4 lines
117 B
CMake
idf_component_register(SRCS "Main.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES driver)
|