diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-01-25 16:44:23 -0800 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-01-25 16:44:23 -0800 |
commit | 153e319cd453443ec2f63c2bc9733473e5662d58 (patch) | |
tree | e6114222133ec8d53185c8cf31e79ec683aacd9c /src/wallet/api | |
parent | Merge pull request #3036 (diff) | |
parent | wallet_api: make this optional but not built by default (diff) | |
download | monero-153e319cd453443ec2f63c2bc9733473e5662d58.tar.xz |
Merge pull request #3038
eb39a3d7 wallet_api: make this optional but not built by default (moneromooo-monero)
Diffstat (limited to 'src/wallet/api')
-rw-r--r-- | src/wallet/api/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/api/CMakeLists.txt b/src/wallet/api/CMakeLists.txt index 26127b75c..60d6970bd 100644 --- a/src/wallet/api/CMakeLists.txt +++ b/src/wallet/api/CMakeLists.txt @@ -78,6 +78,8 @@ target_link_libraries(wallet_api PRIVATE ${EXTRA_LIBRARIES}) +set_property(TARGET wallet_api PROPERTY EXCLUDE_FROM_ALL TRUE) +set_property(TARGET obj_wallet_api PROPERTY EXCLUDE_FROM_ALL TRUE) if(IOS) set(lib_folder lib-${ARCH}) |