wownero
/
wownerujo
Archived
4
0
Fork 0

add libnet to app/CMakelists

pull/18/head
fuwa 5 years ago
parent 44f46fee02
commit c471d32d83

@ -151,6 +151,10 @@ add_library(randomx STATIC IMPORTED)
set_target_properties(randomx PROPERTIES IMPORTED_LOCATION
${EXTERNAL_LIBS_DIR}/monero/lib/${ANDROID_ABI}/librandomx.a)
add_library(net STATIC IMPORTED)
set_target_properties(net PROPERTIES IMPORTED_LOCATION
${EXTERNAL_LIBS_DIR}/monero/lib/${ANDROID_ABI}/libnet.a)
#############
# System
#############
@ -168,6 +172,7 @@ target_link_libraries( monerujo
cryptonote_core
cryptonote_basic
mnemonics
net
ringct
ringct_basic
common