Merge pull request #1033

4d17949 wallet_merged: ringct added to dependencies (Ilya Kitaev)
This commit is contained in:
Riccardo Spagni 2016-09-01 23:00:21 +02:00
commit 6c608c352c
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ target_link_libraries(wallet
${Boost_REGEX_LIBRARY} ${Boost_REGEX_LIBRARY}
${EXTRA_LIBRARIES}) ${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}) foreach(lib ${libs_to_merge})
list(APPEND objlibs $<TARGET_OBJECTS:obj_${lib}>) # matches naming convention in src/CMakeLists.txtA list(APPEND objlibs $<TARGET_OBJECTS:obj_${lib}>) # matches naming convention in src/CMakeLists.txtA