commit | d5fd766c49ec91cff3eb3139d2501bddd9b1fd88 | [log] [tgz] |
---|---|---|
author | Christoph M. Wintersteiger <cwinter@microsoft.com> | Thu Oct 25 12:47:03 2018 +0100 |
committer | Janos Follath <janos.follath@arm.com> | Mon Aug 19 13:36:44 2019 +0100 |
tree | 9433806fb0b31c5a4eef80f524491a8dc8c92cbf | |
parent | de4fcf2ae3d9146af902c85308cac1a16c614fef [diff] [blame] |
ECDH: Include Everest Curve25519 in build scripts
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6115f05..f756d43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -176,7 +176,7 @@ set(LIB_INSTALL_DIR lib) endif() -include_directories(include/) +include_directories(include/ 3rdparty/everest/include/ 3rdparty/everest/include/everest/ 3rdparty/everest/include/everest/kremlin/ 3rdparty/everest/include/everest/kremlib/) include_directories(library/) add_subdirectory(library)