forked from espressif/esp-protocols
4 lines
132 B
CMake
4 lines
132 B
CMake
|
|
idf_component_register(SRCS "console_simple_init.c"
|
||
|
|
INCLUDE_DIRS "."
|
||
|
|
PRIV_REQUIRES console)
|