diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-10-06 22:33:45 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-06 22:33:45 -0700 |
| commit | 2592bfc8b7eb3dad7ca17bdd2e0c5ac7755dbab8 (patch) | |
| tree | 369de6c91edad34718ac98a2213b231bebb168ce /src/sp | |
| parent | d0dc211c7b77a927c1ea315342239b09e5d8c2fe (diff) | |
| download | nng-2592bfc8b7eb3dad7ca17bdd2e0c5ac7755dbab8.tar.gz nng-2592bfc8b7eb3dad7ca17bdd2e0c5ac7755dbab8.tar.bz2 nng-2592bfc8b7eb3dad7ca17bdd2e0c5ac7755dbab8.zip | |
Actually enable UDP. Also fix some UWYI includes.
Diffstat (limited to 'src/sp')
| -rw-r--r-- | src/sp/transport/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp/transport/CMakeLists.txt b/src/sp/transport/CMakeLists.txt index 0de80015..c7f6dabd 100644 --- a/src/sp/transport/CMakeLists.txt +++ b/src/sp/transport/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2023 Staysail Systems, Inc. <info@staystail.tech> +# Copyright 2024 Staysail Systems, Inc. <info@staystail.tech> # # This software is supplied under the terms of the MIT License, a # copy of which should be located in the distribution where this @@ -15,6 +15,6 @@ add_subdirectory(inproc) add_subdirectory(ipc) add_subdirectory(tcp) add_subdirectory(tls) +add_subdirectory(udp) add_subdirectory(ws) add_subdirectory(zerotier) - |
