From 2592bfc8b7eb3dad7ca17bdd2e0c5ac7755dbab8 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 6 Oct 2024 22:33:45 -0700 Subject: Actually enable UDP. Also fix some UWYI includes. --- src/sp/transport/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sp') 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. +# Copyright 2024 Staysail Systems, Inc. # # 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) - -- cgit v1.2.3-70-g09d2