diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt index 48e4b0a23..40c5d38ae 100644 --- a/src/wallet/CMakeLists.txt +++ b/src/wallet/CMakeLists.txt @@ -74,7 +74,7 @@ target_link_libraries(wallet ${Boost_REGEX_LIBRARY} ${EXTRA_LIBRARIES}) -set(libs_to_merge wallet cryptonote_core mnemonics common crypto) +set(libs_to_merge wallet cryptonote_core mnemonics common crypto ringct) foreach(lib ${libs_to_merge}) list(APPEND objlibs $) # matches naming convention in src/CMakeLists.txtA