From 6ff5734f06b29ff7928edf5cba7cab97f5ebcbe9 Mon Sep 17 00:00:00 2001 From: Peter Provost Date: Mon, 11 May 2020 10:57:38 -0600 Subject: Added missing subdirs --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a0ca9141..f96c1527 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,6 +35,10 @@ add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/common) # Pick up the apps directory containing the protocol and app-layer components add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/protocol_handlers) +# Network security and crypto components +add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/crypto_libraries) +add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/nx_secure) + # If the user provided an override, copy it to the custom directory if (NOT NX_USER_FILE) message(STATUS "Using default nx_user.h file") -- cgit v1.3.1