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)