installing wallet_api header
This commit is contained in:
parent
653c7e3804
commit
dbc0b039b4
|
@ -40,7 +40,7 @@ set(wallet_sources
|
||||||
api/pending_transaction.cpp
|
api/pending_transaction.cpp
|
||||||
api/utils.cpp)
|
api/utils.cpp)
|
||||||
|
|
||||||
set(wallet_headers
|
set(wallet_api_headers
|
||||||
wallet2_api.h)
|
wallet2_api.h)
|
||||||
|
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ bitmonero_private_headers(wallet
|
||||||
${wallet_private_headers})
|
${wallet_private_headers})
|
||||||
bitmonero_add_library(wallet
|
bitmonero_add_library(wallet
|
||||||
${wallet_sources}
|
${wallet_sources}
|
||||||
${wallet_headers}
|
${wallet_api_headers}
|
||||||
${wallet_private_headers})
|
${wallet_private_headers})
|
||||||
target_link_libraries(wallet
|
target_link_libraries(wallet
|
||||||
LINK_PUBLIC
|
LINK_PUBLIC
|
||||||
|
|
Loading…
Reference in New Issue