Skip to content

MrSinho/shtemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors