Transmission C++ Inter-Process Communication Library Prerequisites CMake C/C++ Build Generator Conan C/C++ Package Manager Getting Started $ mkdir build && cd build $ conan install .. -s build_type=Debug $ cmake .. $ cmake --build . --config Debug