diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-09-28 10:55:58 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-09-28 10:55:58 +0200 |
| commit | 85d25eebd38bb278ad598a291a007938854945a4 (patch) | |
| tree | b6f26a8f5a301c9a18d7ab6de5805de7d660cade /CMakeLists.txt | |
| parent | fa0b4963e977c59586b41e146ea13f44bda714ab (diff) | |
| download | cmix-85d25eebd38bb278ad598a291a007938854945a4.tar.gz cmix-85d25eebd38bb278ad598a291a007938854945a4.tar.bz2 cmix-85d25eebd38bb278ad598a291a007938854945a4.zip | |
Made changes so we can have a 1 Node cmix network.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d1cbc8..2c1710c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,6 +23,8 @@ add_subdirectory(libcmix) add_subdirectory(liblog) add_subdirectory(libcmix-network) +add_subdirectory(libcmix-protobuf) + add_subdirectory(network-handler) add_subdirectory(node) |
