Christina Sander
c0e5c73716
- sets the protoc path in CMakeLists.txt file so it can also be used in top level projects - sets the proto source file path so it can be used in top level projects - uses cmake variable PROTO_SRC_PATH defined in CMakeLists for the custom command in the protobuf.cmake file |
||
---|---|---|
cmake/Modules | ||
docs | ||
include/WhisperCom | ||
libs | ||
proto | ||
src | ||
tests | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
compile_commands.json | ||
LICENSE | ||
README.md |
WhisperCom
Description
WhisperCom is a network middleware based on ZeroMQ.
Authors
- Dominik Meyer dmeyer@hsu-hh.de
License
Mozilla Public License 2.0
Building
- mkdir build
- cd build
- cmake ..
- make all
- make test