Skip to content

kagurazaka-ayano/KawaiiMq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KawaiiMQ

A simple message queue implementation

Checkout Examples for usage

Build

Building tool: CMake

to build static library, run following command:

mkdir build
cd build
cmake -S .. -B .
cmake --build .

to run test, run

cmake . -DKawaiiMQ_BUILD_TESTS=ON
cmake --build .
ctest

in build directory

to build documentation, run

./scripts/makeDoc.sh

About

A simple message queue implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages