diff options
| author | Garrett D'Amore <garrett@damore.org> | 2016-12-13 23:55:18 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2016-12-13 23:55:18 -0800 |
| commit | 810c67b859465c6d9c29954b14f2da9a7408de32 (patch) | |
| tree | d8d9504beef16a45af26813d2cbb49f3b9f022d9 /src/CMakeLists.txt | |
| parent | ec9f917101371baaae34ca10ae952392c2c2343d (diff) | |
| download | nng-810c67b859465c6d9c29954b14f2da9a7408de32.tar.gz nng-810c67b859465c6d9c29954b14f2da9a7408de32.tar.bz2 nng-810c67b859465c6d9c29954b14f2da9a7408de32.zip | |
Initial swing at pair protocol.
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 af29cfac..518e54c0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -53,6 +53,8 @@ set (NNG_SOURCES platform/posix/posix_thread.h platform/posix/posix_vsnprintf.h + protocol/pair/pair.c + transport/inproc/inproc.c ) |
