aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/CMakeLists.txt (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-12-31wallet_api: make this optional but not built by defaultmoneromooo-monero1-0/+2
It means it can still be built with make -C build/debug wallet_api but still not DoS us while debugging
2017-11-16split wallet and wallet_apimoneromooo-monero1-0/+89
This speeds up building a lot when wallet2.h (or something it includes) changes, since all the API includes wallet2.h