README: Enable builds as a CMake subproject

Update the README with information on a newly supported feature: the
ability to build Mbed TLS as a subproject of another CMake project.
This commit is contained in:
Jaeden Amero 2019-06-20 17:26:29 +01:00
parent 33b6a99d4d
commit 41421c4797

View File

@ -146,6 +146,12 @@ Regarding variables, also note that if you set CFLAGS when invoking cmake,
your value of CFLAGS doesn't override the content provided by cmake (depending
on the build mode as seen above), it's merely prepended to it.
#### Mbed TLS as a subproject
Mbed TLS, like Mbed Crypto, supports being built as a CMake subproject. One can
use `add_subdirectory()` from a parent CMake project to include Mbed TLS as a
subproject.
### Microsoft Visual Studio
The build files for Microsoft Visual Studio are generated for Visual Studio 2010.