commit | 977d89ab294f2d125653481713d6ca03b0e0aa81 | [log] [tgz] |
---|---|---|
author | Christoph M. Wintersteiger <cwinter@microsoft.com> | Thu Oct 25 12:47:03 2018 +0100 |
committer | Janos Follath <janos.follath@arm.com> | Thu Aug 29 16:12:38 2019 +0100 |
tree | 894f20aaf59ac443b873d5e51f32d0247487a129 | |
parent | 02b80488461f13c35fa258e33d0cbff9b6717329 [diff] [blame] |
ECDH: Include Everest Curve25519 in build scripts
diff --git a/CMakeLists.txt b/CMakeLists.txt index 67ec7cc..9ab1f3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -181,6 +181,8 @@ set(LIB_INSTALL_DIR lib) endif() +include_directories(include/ 3rdparty/everest/include/ 3rdparty/everest/include/everest/ 3rdparty/everest/include/everest/kremlin/ 3rdparty/everest/include/everest/kremlib/) + if(ENABLE_ZLIB_SUPPORT) find_package(ZLIB)