diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-10-21 14:01:26 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-10-21 18:15:46 +0200 |
| commit | 510ce3bec7915a790fbf75ace5521e437d9d416a (patch) | |
| tree | 7b9286875652b677a110287d11d024f85879cc7a /libcmix-network/CMakeLists.txt | |
| parent | 640e0ad7a762d0473581c2114c2c945961bea80f (diff) | |
| download | cmix-510ce3bec7915a790fbf75ace5521e437d9d416a.tar.gz cmix-510ce3bec7915a790fbf75ace5521e437d9d416a.tar.bz2 cmix-510ce3bec7915a790fbf75ace5521e437d9d416a.zip | |
Adds SSL connections between nodes.
Diffstat (limited to 'libcmix-network/CMakeLists.txt')
| -rw-r--r-- | libcmix-network/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcmix-network/CMakeLists.txt b/libcmix-network/CMakeLists.txt index b58cef1..057061c 100644 --- a/libcmix-network/CMakeLists.txt +++ b/libcmix-network/CMakeLists.txt @@ -8,8 +8,8 @@ add_library(cmix-network accept.hpp accept.cpp connect.hpp connect.cpp server.hpp server.cpp - client.hpp client.cpp - protobufclient.hpp protobufclient.cpp + client.hpp + protobufclient.hpp uriparser.hpp uriparser.cpp ) |
