juev / cpp-make-project

Program for creating simple CPP project with CMake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make CPP project with CMake

Program for creating simple CPP project with CMake.

For building:

$ mkdir build
$ cd build
$ cmake ..
$ make

For using:

$ make-project projectName

if projectName skipped, used template name.

Program will create simple structure:

|- CMakeLists.txt
|- source
|- |- main.cpp

License file: LICENSE

About

Program for creating simple CPP project with CMake

License:MIT License


Languages

Language:C++ 82.0%Language:CMake 18.0%