aboutsummaryrefslogtreecommitdiff
path: root/src/platform/windows/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform/windows/CMakeLists.txt')
-rw-r--r--src/platform/windows/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/platform/windows/CMakeLists.txt b/src/platform/windows/CMakeLists.txt
index 174e77f8..d1d158e0 100644
--- a/src/platform/windows/CMakeLists.txt
+++ b/src/platform/windows/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright 2020 Staysail Systems, Inc. <info@staystail.tech>
+# Copyright 2021 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
@@ -46,4 +46,7 @@ if (NNG_PLATFORM_WINDOWS)
win_thread.c
win_udp.c
)
+
+ nng_test(win_ipc_sec_test)
+
endif () \ No newline at end of file