henyxia / bootstrap-cmake-project

bootstrap project for C project to be built with cmake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bootstrap-cmake-project

This project is a template for C projects to be build with cmake.

Features

  • Automatically integrate git variables (branch, tag and revision)
  • One command to build, one to run
  • Works as well with libs

How to use

Simply run make from the root folder to build the project. Then, to run the built demo, run make run.

License

This template project is licensed under the GNU GPL 3 to ensure free modifications and redistribution. A complete copy of license is available in the root folder, named LICENSE.

Donate

Like it? Want to buy me a coffee? Here are my addresses:

About

bootstrap project for C project to be built with cmake

License:GNU General Public License v3.0


Languages

Language:CMake 64.9%Language:C 21.4%Language:Makefile 13.8%