1
0
Fork 0
forked from lthn/blockchain

Added macro for CakeWallet-specific code separation

This commit is contained in:
cryptozoidberg 2023-10-20 15:00:39 +02:00 committed by GitHub
parent 43b41fec3d
commit f1e064f600
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)