feature: added libssh submodule
This commit is contained in:
parent
c8dd12eb20
commit
0ec0cb1b19
3 changed files with 7 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -25,3 +25,6 @@
|
|||
[submodule "client/3rd/qtkeychain"]
|
||||
path = client/3rd/qtkeychain
|
||||
url = https://github.com/frankosterfeld/qtkeychain.git
|
||||
[submodule "client/3rd/libssh"]
|
||||
path = client/3rd/libssh
|
||||
url = https://git.libssh.org/projects/libssh.git/
|
||||
|
|
|
|||
1
client/3rd/libssh
Submodule
1
client/3rd/libssh
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 438cc6df52ca234ba8f04734e628ca74c03b2971
|
||||
|
|
@ -42,6 +42,9 @@ set(BUILD_SHARED_LIBS OFF)
|
|||
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/3rd/qtkeychain)
|
||||
set(LIBS ${LIBS} qt6keychain)
|
||||
|
||||
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/3rd/libssh/include)
|
||||
set(LIBS ${LIBS} ssh)
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_LIST_DIR}/3rd/QSimpleCrypto/include
|
||||
${CMAKE_CURRENT_LIST_DIR}/3rd/OpenSSL/include
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue