diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-21 20:05:48 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-21 20:05:48 -0800 |
| commit | c9593dfc5796a98b94ef516fce662f2e040acffe (patch) | |
| tree | 72f28415fdb377ce32458488cf05e40c65a86594 /src/CMakeLists.txt | |
| parent | dc48f6afe9c5d5c8700f756ff0b3f0860f087d9d (diff) | |
| download | nng-c9593dfc5796a98b94ef516fce662f2e040acffe.tar.gz nng-c9593dfc5796a98b94ef516fce662f2e040acffe.tar.bz2 nng-c9593dfc5796a98b94ef516fce662f2e040acffe.zip | |
Initial swag at notification pipes (not used yet).
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2df849ae..82d7205d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -71,6 +71,7 @@ set (NNG_SOURCES platform/posix/posix_debug.c platform/posix/posix_ipc.c platform/posix/posix_net.c + platform/posix/posix_pipe.c platform/posix/posix_rand.c platform/posix/posix_thread.c @@ -79,6 +80,7 @@ set (NNG_SOURCES platform/windows/win_debug.c platform/windows/win_ipc.c platform/windows/win_net.c + platform/windows/win_pipe.c platform/windows/win_rand.c platform/windows/win_thread.c |
