diff options
Diffstat (limited to 'src/platform')
| -rw-r--r-- | src/platform/windows/CMakeLists.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/platform/windows/CMakeLists.txt b/src/platform/windows/CMakeLists.txt new file mode 100644 index 00000000..251011cf --- /dev/null +++ b/src/platform/windows/CMakeLists.txt @@ -0,0 +1,34 @@ +# +# Copyright 2020 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. +# + +# Windows. + +nng_sources_if(NNG_PLATFORM_WINDOWS + win_impl.h + win_ipc.h + win_tcp.h + + win_clock.c + win_debug.c + win_file.c + win_io.c + win_ipcconn.c + win_ipcdial.c + win_ipclisten.c + win_pipe.c + win_rand.c + win_resolv.c + win_sockaddr.c + win_tcp.c + win_tcpconn.c + win_tcpdial.c + win_tcplisten.c + win_thread.c + win_udp.c + ) |
