diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-10 23:38:02 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-10 23:38:02 -0800 |
| commit | d6bd9375c828cb67518341122208f86ee37940a2 (patch) | |
| tree | c1582cfbe11514b73239bcfa3873379907944bdd /src/CMakeLists.txt | |
| parent | 93350074a7fd5b37254ee496b650886fc92b195e (diff) | |
| download | nng-d6bd9375c828cb67518341122208f86ee37940a2.tar.gz nng-d6bd9375c828cb67518341122208f86ee37940a2.tar.bz2 nng-d6bd9375c828cb67518341122208f86ee37940a2.zip | |
Initial (untested) bus implementation.
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 12700a5c..c1b8e204 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -68,6 +68,8 @@ set (NNG_SOURCES platform/posix/posix_rand.c platform/posix/posix_thread.c + protocol/bus/bus.c + protocol/pair/pair.c protocol/pipeline/pull.c |
