mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
installing wallet_api header
This commit is contained in:
parent
7ac134254f
commit
4327548915
@ -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
Block a user