Skip to content

Piotr-Skorupa/scorpion-headers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scorpion-headers

Header only libraries

Building and running unit tests

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

Building and running examples

Go to concrete example cd examples/StateMachine and run

mkdir build
cd build
cmake ..
make
./example

About

Header only libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published