IntegraSources Messaging Library
- C++ compiler supporting C++2a/C++20
- Conan package manager
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_CXX_FLAGS="-std=c++2a -Wall -pedantic -Wextra -Weffc++" \
..- Oleg E. Vorobiov o.vorobiov@integrasources.com