aboutsummaryrefslogtreecommitdiff
path: root/ssl/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use BUILD_SHARED_LIBS to specify library typeDon2018-03-211-14/+8
* add new init functionsBrent Cook2018-03-181-0/+1
* Use groups in CMake install command for librariesDon2018-03-161-6/+11
* Land #332, fix shared library dependencies with cmake for libssl/libtlsBrent Cook2017-08-121-1/+2
|\
| * ssl/tls cmake: fix shared library dependenciesMasud Rahman2017-07-241-1/+2
* | Remove ssl/t1_reneg.ckinichiro2017-08-121-1/+0
|/
* add tlsextBrent Cook2017-07-171-0/+1
* Merge branch 'master' of https://github.com/libressl-portable/portable into S...d3x0r2017-07-061-2/+2
|\
| * use GNUInstallDirs from cmake to specify install paths.d3x0r2017-07-061-2/+2
* | Add option LIBRESSL_SKIP_INSTALLd3x0r2017-07-061-2/+6
|/
* Add ssl/t1_hash.ckinichiro2017-03-081-0/+1
* update for death of s23*Brent Cook2017-01-271-9/+6
* Add export symbol support to CMakekinichiro2017-01-181-2/+1
* Define CMake library object lists globallyMatt Stancliff2017-01-121-1/+1
* export DLLs functions for MSVC with CMakekinichiro2016-10-301-1/+4
* build Windows DLL on CMakeSatoshi Yasushima2016-08-251-1/+3
* build MinGW on CMakeSatoshi Yasushima2016-08-251-1/+1
* set link library dependencies with MSVC, fixes #221Brent Cook2016-07-311-0/+3
* remove more deleted filesBrent Cook2015-09-111-2/+0
* Do not build lib-objects targets if we are just building static libs.Brent Cook2015-09-091-9/+8
* disable shared CMake builds for OS X / Windows for nowBrent Cook2015-09-071-4/+9
* remove s3_meth.c from CMake buildsBrent Cook2015-08-311-1/+0
* Add install targets and shared libraries to CMakeJeff Davey2015-08-181-3/+11
* add initial CMake and Visual Studio build supportBrent Cook2015-07-211-0/+53