wallet_merged: ringct added to dependencies

This commit is contained in:
Ilya Kitaev 2016-09-01 23:06:36 +03:00
parent 9c709bec19
commit 4d17949d4f

View file

@ -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 $<TARGET_OBJECTS:obj_${lib}>) # matches naming convention in src/CMakeLists.txtA