diff options
Diffstat (limited to 'src/platform/posix/CMakeLists.txt')
| -rw-r--r-- | src/platform/posix/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/platform/posix/CMakeLists.txt b/src/platform/posix/CMakeLists.txt index 02a8cb53..7b619fa2 100644 --- a/src/platform/posix/CMakeLists.txt +++ b/src/platform/posix/CMakeLists.txt @@ -105,4 +105,7 @@ if (NNG_PLATFORM_POSIX) else () nng_sources(posix_rand_urandom.c) endif () + + nng_test(posix_ipcwinsec_test) + endif ()
\ No newline at end of file |
