Skip to content

jaroslawroszyk/template-cpp

Repository files navigation

icon

template-cpp

For quickly setting up a Github project

Build With Tests Project Status License MIT

Getting Started

This project uses submodules to clone the repo correctly you should:

git clone --recursive [Url to repo]

If you have already cloned the project, you should update the submodules:

git submodule update --init --recursive

The project also uses gtest to write unit tests. If you want build this project you should:

mkdir build
cd build
cmake ..
make

In addition, we have configured "CI", which checks whether the project was built correctly and whether the tests passed.

Have Fun!

Contributing

See the contributing guide for detailed instructions on how to get started with this project.

License

The project is made available under the MIT license. See the license file for more information.

About

For quickly setting up a Github project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published