aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2cf03e45..52f4f354 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -28,9 +28,6 @@ set (NNG_SOURCES
nng.c
nng.h
- nng_compat.c
- nng_compat.h
-
core/defs.h
core/aio.c
@@ -128,6 +125,8 @@ endif()
set (NNG_HEADERS nng.h)
+add_subdirectory(compat/nanomsg)
+
add_subdirectory(supplemental/base64)
add_subdirectory(supplemental/http)
add_subdirectory(supplemental/sha1)