aboutsummaryrefslogtreecommitdiff
path: root/src/protocol/reqrep0/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/reqrep0/CMakeLists.txt')
-rw-r--r--src/protocol/reqrep0/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/protocol/reqrep0/CMakeLists.txt b/src/protocol/reqrep0/CMakeLists.txt
index 7b04aa2d..071c28f1 100644
--- a/src/protocol/reqrep0/CMakeLists.txt
+++ b/src/protocol/reqrep0/CMakeLists.txt
@@ -11,12 +11,14 @@
# Req/Rep protocol
if (NNG_PROTO_REQ0)
- set(REQ0_SOURCES protocol/reqrep0/req.c protocol/reqrep0/req.h)
+ set(REQ0_SOURCES protocol/reqrep0/req.c protocol/reqrep0/xreq.c
+ protocol/reqrep0/req.h)
set(REQ0_HEADERS protocol/reqrep0/req.h)
endif()
if (NNG_PROTO_REP0)
- set(REP0_SOURCES protocol/reqrep0/rep.c protocol/reqrep0/rep.h)
+ set(REP0_SOURCES protocol/reqrep0/rep.c protocol/reqrep0/xrep.c
+ protocol/reqrep0/rep.h)
set(REP0_HEADERS protocol/reqrep0/rep.h)
endif()