CMake wiring, minor cleanup, minor test addition

Make Cmake things aware of BerkeleyDB and BlockchainBDB

Make the BlockchainDB unit tests aware of BlockchainBDB
This commit is contained in:
Thomas Winget 2015-03-16 03:12:54 -04:00
parent 1bc89398b4
commit cade0da8f1
No known key found for this signature in database
GPG key ID: 58131A160789E630
6 changed files with 37 additions and 2 deletions

View file

@ -57,6 +57,7 @@ add_executable(unit_tests
target_link_libraries(unit_tests
LINK_PRIVATE
cryptonote_core
blockchain_db
rpc
wallet
${GTEST_MAIN_LIBRARIES}