From 8d87c66b481c7d447270be7238ad3c10e7ebc5e7 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 12 Nov 2020 21:00:51 -0800 Subject: Base64 nits (code quality) fixed. This also contains the start of some CMakefile refactoring and clean ups. --- src/platform/windows/CMakeLists.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/platform/windows/CMakeLists.txt (limited to 'src/platform') 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. +# +# 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 + ) -- cgit v1.2.3-70-g09d2