MrSinho / shtemplate

template repository

Home Page:https://mrsinho.github.io/shtemplate-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

template repository

https://mrsinho.github.io/shtemplate-docs/


Languages

Language:CMake 41.6%Language:Batchfile 39.8%Language:C 13.8%Language:Shell 4.8%