cfwen / template-cpp

a C++ project template for Visual Studio and CMake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

template-cpp

a cpp project template for Visual Studio and CMake

how to use

  • clone
git clone https://github.com/cfwen/template-cpp.git new-project-name
  • run init
python init.py new-project-name
  • if later you want to rename project
python init.py old-project-name new-project-name

build

  • Visual Studio project is ready, just open *.sln
  • for cmake
mkdir build
cd build
cmake ..

About

a C++ project template for Visual Studio and CMake


Languages

Language:Python 56.3%Language:CMake 40.9%Language:C++ 2.7%