7 lines
184 B
CMake
7 lines
184 B
CMake
idf_component_register(SRCS "main.c"
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES
|
|
led_matrix
|
|
remote_control
|
|
)
|