forked from lthn/blockchain
Added macro for CakeWallet-specific code separation
This commit is contained in:
parent
43b41fec3d
commit
f1e064f600
1 changed files with 5 additions and 0 deletions
|
|
@ -76,6 +76,11 @@ if(TESTNET)
|
|||
add_definitions(-DTESTNET)
|
||||
endif()
|
||||
|
||||
if(CAKEWALLET)
|
||||
message("NOTICE: Building libraries for CAKEWALLET")
|
||||
add_definitions(-DCAKEWALLET)
|
||||
endif()
|
||||
|
||||
set(OPENSSL_USE_STATIC_LIBS TRUE) # link statically
|
||||
find_package(OpenSSL REQUIRED)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue