Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 372 Bytes

File metadata and controls

23 lines (15 loc) · 372 Bytes

ISML

IntegraSources Messaging Library

Getting Started

Prerequisites

  1. C++ compiler supporting C++2a/C++20
  2. Conan package manager

Build

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Debug \
      -DCMAKE_CXX_FLAGS="-std=c++2a -Wall -pedantic -Wextra -Weffc++" \
      ..

Authors