aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-01-05 01:55:27 -0800
committerGarrett D'Amore <garrett@damore.org>2017-01-05 01:55:27 -0800
commit5d0fb985db60c0807efc76f05edc8d4d3e5ffa95 (patch)
treeddb150db90c1e72d6d8b3ecf0e3ad8e58b751fe5 /src/CMakeLists.txt
parente1f991bd194dcbc8f2547ac4f583c998c727a1ec (diff)
downloadnng-5d0fb985db60c0807efc76f05edc8d4d3e5ffa95.tar.gz
nng-5d0fb985db60c0807efc76f05edc8d4d3e5ffa95.tar.bz2
nng-5d0fb985db60c0807efc76f05edc8d4d3e5ffa95.zip
SUB protocol implemented (uses sorted linked list for topics).
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a1c0fac7..f07a6696 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -67,6 +67,8 @@ set (NNG_SOURCES
protocol/pair/pair.c
+ protocol/pubsub/sub.c
+
protocol/reqrep/rep.c
protocol/reqrep/req.c