diff options
author | Thomas Winget <tewinget@gmail.com> | 2014-12-06 13:54:00 -0500 |
---|---|---|
committer | warptangent <warptangent@inbox.com> | 2015-01-04 19:39:41 -0800 |
commit | e285ee5aec3f931e34fa490d476d8ddb16007fe6 (patch) | |
tree | 0a354c5b490b673f213f2caea583696f8a8635e8 /src/cryptonote_core | |
parent | extraneous semicolon in Blockchain::complete_timestamps_vector (diff) | |
parent | blockchain_converter: use the actual blockchain location (diff) | |
download | monero-e285ee5aec3f931e34fa490d476d8ddb16007fe6.tar.xz |
Merge pull request #13 from moneromooo-monero/blockchain
Add lmdb to the cmake gunk, and use actual user directory for the blockchain location
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r-- | src/cryptonote_core/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/CMakeLists.txt b/src/cryptonote_core/CMakeLists.txt index 93c3cb51e..fc9cc629b 100644 --- a/src/cryptonote_core/CMakeLists.txt +++ b/src/cryptonote_core/CMakeLists.txt @@ -83,5 +83,5 @@ target_link_libraries(cryptonote_core ${Boost_FILESYSTEM_LIBRARY} ${Boost_SYSTEM_LIBRARY} ${Boost_THREAD_LIBRARY} - ${LMDB_LIBRARIES} + ${LMDB_LIBRARY} ${EXTRA_LIBRARIES}) |