1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

installing wallet_api header

This commit is contained in:
Ilya Kitaev 2016-05-27 10:58:07 +03:00
parent 653c7e3804
commit dbc0b039b4

View file

@ -40,7 +40,7 @@ set(wallet_sources
api/pending_transaction.cpp
api/utils.cpp)
set(wallet_headers
set(wallet_api_headers
wallet2_api.h)
@ -61,7 +61,7 @@ bitmonero_private_headers(wallet
${wallet_private_headers})
bitmonero_add_library(wallet
${wallet_sources}
${wallet_headers}
${wallet_api_headers}
${wallet_private_headers})
target_link_libraries(wallet
LINK_PUBLIC