CMake-ify TLSPool (and pulleyback)
authorAdriaan de Groot <groot@kde.org>
Fri, 18 Aug 2017 09:37:43 +0000 (11:37 +0200)
committerAdriaan de Groot <groot@kde.org>
Sun, 27 Aug 2017 23:02:14 +0000 (01:02 +0200)
commit7d66980d94fca0c3394c1d675d1c2d446cbba889
tree95ffd6d369e7e12c2ee12a366a144e5c3a37b5b0
parent266f045646e39d5f3b367c359c2725ca96971cea
CMake-ify TLSPool (and pulleyback)

 - Add top-level stub Makefile.cmake for driving cmake-builds,
   styled on the Quick-DER one. This allows 'make cmake-build'
   to be used to test the CMake system.
 - Find libunbound
 - Find libldns
 - Find p11-kit
 - Find gnutls
 - Find gnutls-dane extensions
 - Find libtasn1
 - Find openldap
 - Always include feature summary
19 files changed:
.gitignore
CMakeLists.txt [new file with mode: 0644]
Makefile
Makefile.cmake [new file with mode: 0644]
cmake/FindBDB.cmake [new file with mode: 0644]
cmake/FindGnuTLSDane.cmake [new file with mode: 0644]
cmake/FindLibTASN1.cmake [new file with mode: 0644]
cmake/FindLibldns.cmake [new file with mode: 0644]
cmake/FindOpenLDAP.cmake [new file with mode: 0644]
cmake/FindP11-Kit.cmake [new file with mode: 0644]
cmake/FindUnbound.cmake [new file with mode: 0644]
cmake/MacroEnsureOutOfSourceBuild.cmake [new file with mode: 0644]
cmake/MacroGitVersionInfo.cmake [new file with mode: 0644]
doc/CMakeLists.txt [new file with mode: 0644]
lib/CMakeLists.txt [new file with mode: 0644]
pulleyback/.gitignore [new file with mode: 0644]
pulleyback/CMakeLists.txt [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
tool/CMakeLists.txt [new file with mode: 0644]