Skip to content

Simple C++ example to show usage of CMake, Conan and Testing Frameworks

License

Notifications You must be signed in to change notification settings

saemu/cardshuffler

Repository files navigation

cardshuffler

Simple example using CMake, Conan and Google Test Framework.

Setup Instructions

pip install --user --upgrade conan

Build Instructions

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . --target all test

About

Simple C++ example to show usage of CMake, Conan and Testing Frameworks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published