mirror of
https://github.com/monero-project/monero.git
synced 2025-08-01 18:46:12 -04:00
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:
parent
0ad0784f46
commit
5eab480cb1
12 changed files with 72 additions and 13 deletions
|
@ -59,6 +59,7 @@ bitmonero_add_executable(daemon
|
|||
target_link_libraries(daemon
|
||||
LINK_PRIVATE
|
||||
rpc
|
||||
blockchain_db
|
||||
cryptonote_core
|
||||
crypto
|
||||
common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue