Header only libraries
You need to have CMake build system and Conan package manager installed on your machine.
sudo apt -y install cmake
For conan visit: https://conan.io/
cd test
mkdir build
cd build
conan install ..
cmake ..
make
./bin/scorpion-headers-test
Go to concrete example cd examples/StateMachine
and run
mkdir build
cd build
cmake ..
make
./example