Skip to content

Commit

Permalink
Add another example for binary objects in transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Aug 30, 2024
1 parent faaf61b commit 815380e
Show file tree
Hide file tree
Showing 2 changed files with 443 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ target_link_libraries(transactions_transfer_read_replica
add_executable(transactions_transfer_with_binary_objects transactions_transfer_with_binary_objects.cpp)
target_link_libraries(transactions_transfer_with_binary_objects
PRIVATE couchbase_cxx_client::couchbase_cxx_client taocpp::json)

add_executable(ledger_with_csv_encoding ledger_with_csv_encoding.cpp)
target_link_libraries(ledger_with_csv_encoding
PRIVATE couchbase_cxx_client::couchbase_cxx_client taocpp::json fmt::fmt)
Loading

0 comments on commit 815380e

Please sign in to comment.