9 lines
135 B
CMake
9 lines
135 B
CMake
set(srcs "LCD.c"
|
|
"Driver.c"
|
|
"Example_Main.c"
|
|
)
|
|
|
|
idf_component_register(SRCS ${srcs}
|
|
INCLUDE_DIRS ".")
|
|
|