mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
split wallet and wallet_api
This speeds up building a lot when wallet2.h (or something it includes) changes, since all the API includes wallet2.h
This commit is contained in:
parent
dc6a8014bd
commit
51895fd7df
15 changed files with 104 additions and 40 deletions
|
@ -39,6 +39,7 @@ add_executable(libwallet_api_tests
|
|||
|
||||
target_link_libraries(libwallet_api_tests
|
||||
PRIVATE
|
||||
wallet_api
|
||||
wallet
|
||||
version
|
||||
epee
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue