mirror of
https://github.com/tnn2/esp-idf-libssh.git
synced 2026-02-09 09:54:25 +09:00
7 lines
231 B
CMake
7 lines
231 B
CMake
idf_component_register(SRCS "wifi.c"
|
|
"main.c"
|
|
"sshd.c"
|
|
"sshd_task.c"
|
|
"minicli.c"
|
|
INCLUDE_DIRS ".")
|