Skip to content

twyleg/template_project_cpp

Repository files navigation

Build status GitHub latest commit

template_project_cpp

Simple CMake based template for a common C++ project.

Dependencies

The template is based on the following components:

  • CMake
  • boost
  • googletest
  • fmt

See scripts/ for dependency install scripts for multiple distributions.

GoogleTest is pulled in as a git submodule to avoid problems with missing cmake files in sub distributions.

Usage

Clone, prepare and build with the following steps:

git clone [email protected]:twyleg/template_project_cpp.git
cd template_project_cpp

git submodule update --init

mkdir build/
cd build/
cmake ../
make

About

Template for C++ projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published