diff options
| author | Peter Provost <[email protected]> | 2020-05-11 10:57:38 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-11 10:57:38 -0600 |
| commit | 6ff5734f06b29ff7928edf5cba7cab97f5ebcbe9 (patch) | |
| tree | 004bf5530ef3a45db0361a4a0371999dd65e11d0 | |
| parent | 0c4f784459a7564933ed91bf39f00d12608cf91c (diff) | |
Added missing subdirs
| -rwxr-xr-x | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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") |
