Merge pull request #1033

4d17949 wallet_merged: ringct added to dependencies (Ilya Kitaev)
release-v0.4.0.1
Riccardo Spagni 8 years ago
commit 6c608c352c

@ -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

Loading…
Cancel
Save