8 lines
91 B
CMake
8 lines
91 B
CMake
idf_component_register(
|
|
SRCS
|
|
"main.c"
|
|
"hardware.c"
|
|
|
|
INCLUDE_DIRS
|
|
"."
|
|
)
|