diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-06-29 17:39:41 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-06-29 17:39:41 -0700 |
| commit | f8ac106494444962788dc94e147bd33a3e8cdab6 (patch) | |
| tree | a26dbcb45c4d8bfefbb3f1761b3938eab48bfabe /src/CMakeLists.txt | |
| parent | 723e39f6c03e241994a2e26b907e41f5bf5db3e7 (diff) | |
| download | nng-f8ac106494444962788dc94e147bd33a3e8cdab6.tar.gz nng-f8ac106494444962788dc94e147bd33a3e8cdab6.tar.bz2 nng-f8ac106494444962788dc94e147bd33a3e8cdab6.zip | |
Use common socket handling on POSIX (tcp done, ipc pending.)
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 4c32d5ce..cfe66dd5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -80,6 +80,7 @@ set (NNG_SOURCES platform/posix/posix_impl.h platform/posix/posix_config.h platform/posix/posix_aio.h + platform/posix/posix_socket.h platform/posix/posix_alloc.c platform/posix/posix_clock.c @@ -89,6 +90,7 @@ set (NNG_SOURCES platform/posix/posix_pipe.c platform/posix/posix_poll.c platform/posix/posix_rand.c + platform/posix/posix_socket.c platform/posix/posix_thread.c platform/windows/win_impl.h |
