Template repository used for many C-based projects. Sets up some boilerplate code for C headers, CMake
and Doxygen
.
[TOC]
This template has been used on many libraries (see shengine
, shgui
)
Building the template code is fairly simple:
mkdir build
cd build/windows
cmake ../ -DSH_TEMPLATE_BUILD_EXAMPLE=ON
cmake --build .
Should you encounter any issues with the tools or wish to introduce new features, I welcome your contributions to the repository. You can contribute by either opening an issue or submitting a pull request.