forked from lthn/blockchain
upgraded tor-connect
This commit is contained in:
parent
8a0e7b3377
commit
70780ec62d
2 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ set(UPNPC_BUILD_TESTS OFF CACHE BOOL "Build test executables")
|
|||
add_subdirectory(zlib)
|
||||
add_subdirectory(db)
|
||||
add_subdirectory(ethereum)
|
||||
add_subdirectory(tor-connect)
|
||||
|
||||
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "iOS" OR CMAKE_SYSTEM_NAME STREQUAL "Android")
|
||||
|
|
@ -17,6 +18,7 @@ set_property(TARGET libminiupnpc-static PROPERTY FOLDER "contrib")
|
|||
set_property(TARGET zlibstatic PROPERTY FOLDER "contrib")
|
||||
set_property(TARGET mdbx PROPERTY FOLDER "contrib")
|
||||
set_property(TARGET lmdb PROPERTY FOLDER "contrib")
|
||||
set_property(TARGET tor-connect PROPERTY FOLDER "contrib")
|
||||
set_property(TARGET upnpc-static mdbx_chk mdbx_copy mdbx_dump mdbx_load mdbx_stat PROPERTY FOLDER "unused")
|
||||
|
||||
if(MSVC)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit c8781e5b498e23860e6b7bd589a1ac0f16df4a14
|
||||
Subproject commit 08eefb8102c72f15766f5bedf39dfc41cb0d7a0b
|
||||
Loading…
Add table
Reference in a new issue