Skip to content

Commit 5f48522

Browse files
authored
make libssh into a component (#1044)
Cheers Jaime
1 parent b581b03 commit 5f48522

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+10
-1
lines changed

components/libssh/CMakeLists.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
cmake_minimum_required(VERSION 3.12)
2+
3+
file(GLOB_RECURSE SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/src/*.c)
4+
5+
idf_component_register(
6+
INCLUDE_DIRS include src
7+
SRCS ${SOURCES}
8+
PRIV_REQUIRES esp_netif mbedtls
9+
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)