aboutsummaryrefslogtreecommitdiff
path: root/src/sp/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2021-08-21 16:11:54 -0700
committerGarrett D'Amore <garrett@damore.org>2021-08-21 16:11:54 -0700
commit6fa07fc4d1891d0486b2ee7aa4f1e31d063c9e3f (patch)
tree2fbaffe2242ec2cb9a4fc97d67be76a779dc1941 /src/sp/CMakeLists.txt
parent169221da8d53b2ca4fda76f894bee8505887a7c6 (diff)
downloadnng-6fa07fc4d1891d0486b2ee7aa4f1e31d063c9e3f.tar.gz
nng-6fa07fc4d1891d0486b2ee7aa4f1e31d063c9e3f.tar.bz2
nng-6fa07fc4d1891d0486b2ee7aa4f1e31d063c9e3f.zip
Move protocol.c into SP tree (it is SP specific.)
Also, remove an extraneous initialization call.
Diffstat (limited to 'src/sp/CMakeLists.txt')
-rw-r--r--src/sp/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp/CMakeLists.txt b/src/sp/CMakeLists.txt
index aa790c09..4704f802 100644
--- a/src/sp/CMakeLists.txt
+++ b/src/sp/CMakeLists.txt
@@ -13,6 +13,7 @@ add_subdirectory(protocol)
add_subdirectory(transport)
nng_sources(
+ protocol.c
transport.c
transport.h
)