diff options
author | Lee Clagett <code@leeclagett.com> | 2018-09-26 23:54:27 -0400 |
---|---|---|
committer | Lee Clagett <code@leeclagett.com> | 2019-03-19 17:52:26 +0000 |
commit | 0c7e7bce18558ea04e120b5fddcf4d22c0abc785 (patch) | |
tree | 5211e26db0ebe41908dc37780ce6f993e9471b6f /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #5201 (diff) | |
download | monero-0c7e7bce18558ea04e120b5fddcf4d22c0abc785.tar.xz |
Adding classes, functions, and utilities for common LMDB operations.
Diffstat (limited to 'tests/unit_tests/CMakeLists.txt')
-rw-r--r-- | tests/unit_tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt index b355d566d..a819f76a4 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -56,6 +56,7 @@ set(unit_tests_sources keccak.cpp logging.cpp long_term_block_weight.cpp + lmdb.cpp main.cpp memwipe.cpp mlocker.cpp @@ -101,6 +102,7 @@ target_link_libraries(unit_tests cryptonote_protocol cryptonote_core blockchain_db + lmdb_lib rpc net serialization |