mirror of
https://github.com/espressif/mbedtls.git
synced 2026-09-13 05:49:55 +00:00
- Adapted CMake files for the PKCS#11 support
This commit is contained in:
@@ -11,6 +11,8 @@ if(CMAKE_BUILD_TYPE STREQUAL "Coverage")
|
||||
set(CMAKE_SHARED_LINKER_FLAGS "-fprofile-arcs -ftest-coverage")
|
||||
endif(CMAKE_BUILD_TYPE STREQUAL "Coverage")
|
||||
|
||||
option(USE_PKCS11_HELPER_LIBRARY "Build PolarSSL with the pkcs11-helper library." OFF)
|
||||
|
||||
include_directories(include/)
|
||||
|
||||
add_subdirectory(library)
|
||||
|
||||
Reference in New Issue
Block a user