aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/tcp/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-12-05 10:34:44 -0800
committerGarrett D'Amore <garrett@damore.org>2020-12-05 10:34:44 -0800
commit69a475cb890736bfd808f2dc58c28db10574551b (patch)
tree25ae4bb2c3513087ddb8a354ac1b7cd321556096 /src/supplemental/tcp/CMakeLists.txt
parent0cc9c3a6241948236a14a4a3896ea1147173e53f (diff)
downloadnng-69a475cb890736bfd808f2dc58c28db10574551b.tar.gz
nng-69a475cb890736bfd808f2dc58c28db10574551b.tar.bz2
nng-69a475cb890736bfd808f2dc58c28db10574551b.zip
Move TCP out of supplemental.
This was only used internally, and can live as part of core.
Diffstat (limited to 'src/supplemental/tcp/CMakeLists.txt')
-rw-r--r--src/supplemental/tcp/CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/supplemental/tcp/CMakeLists.txt b/src/supplemental/tcp/CMakeLists.txt
deleted file mode 100644
index d6b3b531..00000000
--- a/src/supplemental/tcp/CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# Copyright 2019 Staysail Systems, Inc. <info@staysail.tech>
-#
-# This software is supplied under the terms of the MIT License, a
-# copy of which should be located in the distribution where this
-# file was obtained (LICENSE.txt). A copy of the license may also be
-# found online at https://opensource.org/licenses/MIT.
-#
-
-nng_sources(tcp.c) \ No newline at end of file