diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-03-21 14:42:22 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-03-21 14:42:22 +0200 |
commit | aa164aac560350e5825fda5022acf72a7e468b0e (patch) | |
tree | 2a04bcc40635c42451a278eef88aa2a1a01b5e26 /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #5328 (diff) | |
parent | Adding classes, functions, and utilities for common LMDB operations. (diff) | |
download | monero-aa164aac560350e5825fda5022acf72a7e468b0e.tar.xz |
Merge pull request #4460
0c7e7bce Adding classes, functions, and utilities for common LMDB operations. (Lee Clagett)
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 |