/shtemplate

template repository

Primary LanguageCMake

shtemplate

Template repository used for many C-based projects. Sets up some boilerplate code for C headers, CMake and Doxygen.

[TOC]

Overview

This template has been used on many libraries (see shengine, shgui)

Build

Building the template code is fairly simple:

mkdir build
cd    build/windows
cmake ../ -DSH_TEMPLATE_BUILD_EXAMPLE=ON
cmake --build .

Contributions and support

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.