- Adapted CMake files for the PKCS#11 support

This commit is contained in:
Paul Bakker
2011-01-18 16:18:38 +00:00
parent d61e7d98cb
commit b06819bb5d
6 changed files with 44 additions and 9 deletions

View File

@@ -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)