aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/CMakeLists.txt (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-04-07Merge BlockchainDB into upstreamThomas Winget1-0/+28
2015-04-06updated unbound cmake for static buildsRiccardo Spagni1-1/+1
2015-04-05minor CMakeLists fix for Unbound, ldns -> sldnsRiccardo Spagni1-7/+7
2015-04-04reinstate accidentally removed CMakeListsRiccardo Spagni1-0/+201
2015-04-02update unbound from upstreamRiccardo Spagni1-201/+0
2015-03-17fixed msys2 / mingw folders based on architecture, added license to unbound ↵Riccardo Spagni1-0/+28
CMakeList as that is not part of standard Unbound
2014-11-18mingw: copy required libraries to the build treeBen Boeckel1-0/+16
These are found as shared libraries and need to be copied so that PATH manipulation isn't necessary outside of an msys shell.
2014-10-24unbound: plumb the libdir upBen Boeckel1-0/+5
This is necessary for static builds where the linking is passed around to dependent targets, but the library is lost.
2014-10-24cmake: support 2.8.7Ben Boeckel1-4/+4
Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix.
2014-10-23unbound: import cmake build systemBen Boeckel1-0/+180