aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* cmake: wallet: libunbound is not always staticredfish2016-07-231-22/+4
| | | | | | | | | | | | | It is not clear why libunbound was added to this in the first place, since it wasn't here before and #915 doesn't seem to introduce any new dependency on it. Tested build with STATIC=OFF (with and without libunbound-dev libunbound8 installed) and STATIC=ON, on Ubuntu Trusty, Debian Jessie, and Arch Linux. For static builds, beware of #926 and #907. If this hack was introduced to make it build on some other system (Windows? OS X?), then it will have to be dealt with, but not this way.
* libwallet_api cmake: conditionally creating libwallet_merged2 only forIlya Kitaev2016-07-181-7/+16
| | | | STATIC build
* hack to successfull linking for MSYS2Ilya Kitaev2016-07-181-2/+6
|
* CMake: GPL 'libutils' script removedIlya Kitaev2016-06-241-2/+4
|
* installing wallet_api headerIlya Kitaev2016-06-231-2/+2
|
* all wallet dependencies merged to single static libIlya Kitaev2016-06-231-2/+15
|
* merged with upstreamIlya Kitaev2016-06-231-1/+2
|
* api implementation splitted over separate filesIlya Kitaev2016-06-231-2/+12
|
* tests for wallet2_apiIlya Kitaev2016-03-161-1/+1
|
* wallet2 public api. initial commitIlya Kitaev2016-03-161-2/+9
|
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* cmake: support 2.8.7Ben Boeckel2014-10-241-2/+2
| | | | | | Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix.
* cmake: handle private vs. public headersBen Boeckel2014-10-231-2/+7
|
* cmake: refactor common code with librariesBen Boeckel2014-10-231-9/+1
|
* cmake: put each library into its own directoryBen Boeckel2014-10-231-0/+59
This cleans up the CMake code and shows patterns more easily (to be refactored in the next commit).