Moved BlockchainDB into its own src/ subfolder

Ostensibly janitorial work, but should be more relevant later down the
line.  Things that depend on core cryptonote things (i.e.
    cryptonote_core) don't necessarily depend on BlockchainDB and thus
have no need to have BlockchainDB baked in with them.
This commit is contained in:
Thomas Winget 2015-03-06 15:20:45 -05:00
parent 0ad0784f46
commit 5eab480cb1
No known key found for this signature in database
GPG key ID: 58131A160789E630
12 changed files with 72 additions and 13 deletions

View file

@ -59,6 +59,7 @@ bitmonero_add_executable(daemon
target_link_libraries(daemon
LINK_PRIVATE
rpc
blockchain_db
cryptonote_core
crypto
common