aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-06-10 20:14:20 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-08-28 21:28:18 +0100
commit98564439f80391356cf7513facf82181465bcd34 (patch)
treefc8d274f092f59f69df26ecac7a62c8e50e1edfa /src
parentcore: new /getrandom_rctouts.bin binary RPC call (diff)
downloadmonero-98564439f80391356cf7513facf82181465bcd34.tar.xz
core: link against libringct
Diffstat (limited to 'src')
-rw-r--r--src/cryptonote_core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_core/CMakeLists.txt b/src/cryptonote_core/CMakeLists.txt
index 3e50f48ae..4ebfd01e3 100644
--- a/src/cryptonote_core/CMakeLists.txt
+++ b/src/cryptonote_core/CMakeLists.txt
@@ -78,6 +78,7 @@ target_link_libraries(cryptonote_core
crypto
otshell_utils
blockchain_db
+ ringct
${Boost_DATE_TIME_LIBRARY}
${Boost_PROGRAM_OPTIONS_LIBRARY}
${Boost_SERIALIZATION_LIBRARY}