Skip to content

Generate template files for c, cpp, and cmake files, as well as unit test files for c or cpp using gtest and cmake.

Notifications You must be signed in to change notification settings

CathalHarte/c_cpp_cmake_templates

Repository files navigation

C, C++, and CMake templates

The purpose of this repository is to create template files. One suggested method for using it is to add as a submodule of the repo that you are currently working on.

cd ${REPO_ROOT}
git submodule add git@github.com:CathalHarte/c_cpp_cmake_templates.git

Usage

Generally speaking the python3 files contained within can be called from anywhere, and they generate a template file in the current directory. The -h option works for these python files, so use that for more detailed instructions.

About

Generate template files for c, cpp, and cmake files, as well as unit test files for c or cpp using gtest and cmake.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published