diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-01-01 14:01:31 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-01-01 14:01:31 +0100 |
| commit | a1e087b61726e0a82f4f1250f15ff82f7edf56f8 (patch) | |
| tree | 06ac45bb6f44a39ee29b6403c75855e819f59978 /libbridge/CMakeLists.txt | |
| parent | 06f0de164e801cc52bc593a298659196d9398369 (diff) | |
- helpers.cpp:
- functions for dealing with:
- std::vector<std::string>
- std::vector<uint32_t>
- std::vector<std::set<uint32_t>>
- wallet2_api_c.h:
- PendingTransaction
- txid
- subaddrAccount
- subaddrIndices
- multisigSignData
- signMultisigTx
- signersKeys
Diffstat (limited to 'libbridge/CMakeLists.txt')
| -rw-r--r-- | libbridge/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbridge/CMakeLists.txt b/libbridge/CMakeLists.txt index df2e7f7..e82b3d1 100644 --- a/libbridge/CMakeLists.txt +++ b/libbridge/CMakeLists.txt @@ -6,6 +6,7 @@ set (CMAKE_CXX_STANDARD 11) add_library( wallet2_api_c SHARED + src/main/cpp/helpers.cpp src/main/cpp/wallet2_api_c.cpp ) set(EXTERNAL_LIBS_DIR ${CMAKE_SOURCE_DIR}/..) |
