This website requires JavaScript.
Explore
Help
Sign In
mirror
/
mbedtls
Watch
1
Star
0
Fork
0
You've already forked mbedtls
mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced
2024-12-29 09:21:19 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3abca9510a
mbedtls
/
programs
/
test
/
cmake_package_install
/
.gitignore
5 lines
45 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add CMake package config file This change enables automatic detection and consumption of Mbed TLS library targets from within other CMake projects. By generating an `MbedTLSConfig.cmake` file, consuming projects receive a more complete view of these targets, allowing them to be used as dependencies which properly inherit the transitive dependencies of the libraries. This is fairly fragile, as it seems Mbed TLS's libraries do not appear to properly model their dependencies on other targets, including third-party dependencies. It is, however, sufficient for building and linking the compiled Mbed TLS libraries when there are no third-party dependencies involved. Further work is needed for more complex use-cases, but this will likely meet the needs of most projects. Resolves #298. Probably useful for #2857. Signed-off-by: Chris Kay <chris.kay@arm.com>
2021-03-25 16:03:25 +00:00
build
Makefile
cmake_package_install
Add and update some .gitignore files Signed-off-by: Ronald Cron <ronald.cron@arm.com>
2024-06-12 08:45:37 +00:00
mbedtls
Reference in New Issue
Copy Permalink