9 lines
111 B
CMake
9 lines
111 B
CMake
idf_component_register(
|
|
SRCS
|
|
"app_main.c"
|
|
"panel_driver.c"
|
|
INCLUDE_DIRS
|
|
"."
|
|
)
|
|
|