mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-06 07:10:41 +00:00
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:
parent
3aeb13ef1c
commit
3a24c28305
@ -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
|
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.
|
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
|
### Microsoft Visual Studio
|
||||||
|
|
||||||
The build files for Microsoft Visual Studio are generated for Visual Studio 2010.
|
The build files for Microsoft Visual Studio are generated for Visual Studio 2010.
|
||||||
|
Loading…
Reference in New Issue
Block a user