commit | b06819bb5d190e4ebca1676e1f52c9700a2d70ac | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jan 18 16:18:38 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jan 18 16:18:38 2011 +0000 |
tree | a5cbe13c5dd9762f05ca1e2610a1126db7feadf0 | |
parent | d61e7d98cb3e7ba96472594f26a7759ceab1447d [diff] [blame] |
- Adapted CMake files for the PKCS#11 support
diff --git a/CMakeLists.txt b/CMakeLists.txt index ed01dae..1c6a583 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -11,6 +11,8 @@ 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)