aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* cmake: fix undefined symbols and multiple definitionsanon2021-07-131-0/+3
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* wallet2_api: add blackball apimoneromooo-monero2018-03-161-0/+1
|
* Merge pull request #3121Riccardo Spagni2018-01-271-1/+1
|\ | | | | | | 6fbb0b06 cmake: set API header install path to what Qt wallet expects (redfish)
| * cmake: set API header install path to what Qt wallet expectsredfish2018-01-141-1/+1
| |
* | Update 2018 copyrightxmr-eric2018-01-261-1/+1
| |
* | wallet_api: make this optional but not built by defaultmoneromooo-monero2017-12-311-0/+2
|/ | | | | It means it can still be built with make -C build/debug wallet_api but still not DoS us while debugging
* split wallet and wallet_apimoneromooo-monero2017-11-161-0/+89
This speeds up building a lot when wallet2.h (or something it includes) changes, since all the API includes wallet2.h