/CMake-Template

Simple CMake Template that i use in my projects when needed.

Primary LanguageCMake

Usage

put this file in your project dir, and edit it based on your needs.

then create a folder called "build", them from terminal:

cd build

cmake ..

make