blob: fe808c8d8ee53b57a891177b2c7fe42ffdf888ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# Copyright 2025 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
# file was obtained (LICENSE.txt). A copy of the license may also be
# found online at https://opensource.org/licenses/MIT.
#
nng_directory(supplemental)
add_subdirectory(http)
add_subdirectory(tls)
add_subdirectory(websocket)
|