JeremyTubongbanua / cmake_examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake Examples

My attempt to learn and provide examples of Modern CMake

What is CMake?

CMake, in short, is a tool that helps you build your project. It "makes" your "makefile."

A makefile is a file that contains instructions on how to build your project. It is used by the make command to build your project.

An example of a makefile:

Great Makefile Tutorial

Author

Jeremy Tubongbanua

Other Sources

About


Languages

Language:C 68.6%Language:CMake 16.1%Language:Makefile 8.3%Language:Shell 7.0%