diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-12-05 10:34:44 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-12-05 10:34:44 -0800 |
| commit | 69a475cb890736bfd808f2dc58c28db10574551b (patch) | |
| tree | 25ae4bb2c3513087ddb8a354ac1b7cd321556096 /src/supplemental/tcp/CMakeLists.txt | |
| parent | 0cc9c3a6241948236a14a4a3896ea1147173e53f (diff) | |
| download | nng-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.txt | 10 |
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 |
