aboutsummaryrefslogtreecommitdiff
path: root/apps/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modify cmake to build nckinichiro2016-04-091-80/+2
| | | | | | | | | | | - modify structure of CMakeLists.txt under apps/ * move apps/CMakeLists.txt to apps/openssl/ since this is for openssl build * create new apps/nc/CMakeLists.txt for nc build * modify apps/CMakeLists.txt just add_subdirectory() - add checking and compile of arc4random_uniform() - add installing man files, openssl.1 and nc.1
* Windows compatibility fixesBrent Cook2015-10-181-3/+2
| | | | | | | | | | | VS2013 has trouble with relative include paths for apps/openssl, so move certhash_win/apps_win.c back to apps/openssl. gmtime_r on mingw64 fails with negative time_t, override gmtime_s fails all of the time unit tests, override SHUT_RD/WR are defined in newer mingw64 headers, check before overriding
* visual studio path updatesBrent Cook2015-09-181-1/+2
|
* add 'nc' to the distribution as an example of libtls client and serverBrent Cook2015-09-121-54/+54
|
* remove engine.c from CMakeBrent Cook2015-09-111-1/+0
|
* Add install targets and shared libraries to CMakeJeff Davey2015-08-181-0/+2
|
* add cmake testsBrent Cook2015-07-211-5/+0
|
* add initial CMake and Visual Studio build supportBrent Cook2015-07-211-0/+84
This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore.