deserialization of unsigined tx data

This commit is contained in:
moneroexamples 2016-09-28 10:21:14 +08:00
parent 2ebc9eda37
commit 2d7f1854f9
3 changed files with 54 additions and 0 deletions

View file

@ -73,6 +73,10 @@ add_library(ringct STATIC IMPORTED)
set_property(TARGET ringct
PROPERTY IMPORTED_LOCATION ${MONERO_LIBS_DIR}/libringct.a)
add_library(wallet STATIC IMPORTED)
set_property(TARGET wallet
PROPERTY IMPORTED_LOCATION ${MONERO_LIBS_DIR}/libwallet.a)
# include boost headers
include_directories(${Boost_INCLUDE_DIRS})
include_directories("ext/mstch/include")
@ -118,6 +122,7 @@ target_link_libraries(${PROJECT_NAME}
myxrm
myext
mstch
wallet
cryptonote_core
blockchain_db
crypto