Add documentation about available CMake options.

This commit is contained in:
d3x0r 2017-07-07 00:59:05 -07:00
parent a4d80ca56a
commit 360a67cd34

View File

@ -131,3 +131,15 @@ install CMake, enter the LibreSSL source directory and run:
This will generate a LibreSSL.sln file that you can incorporate into other
projects or build by itself.
#### Cmake - Additional Options ####
| Option Name | Default | Description
| ------------ | -----: | ------
| LIBRESSL_SKIP_INSTALL | OFF | allows skipping install() rules. Can be specified from command line using -DLIBRESSL_SKIP_INSTALL=ON
| ENABLE_ASM | ON | builds assembly optimized rules.
| ENABLE_EXTRATESTS | OFF | Enable extra tests that may be unreliable on some platforms
| ENABLE_NC | OFF | Enable installing TLS-enabled nc(1)
| ENABLE_VSTEST | OFF | Enable test on Visual Studio
| OPENSSLDIR | Blank | Set the default openssl directory. Can be specified from command line using -DOPENSSLDIR=<dirname>