Skip to content

Debrunya/Development-Template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development-Template-2020-2021

Template for developing and testing C++ programs

  • Build system: cmake
  • Tests: gtest
  • Code style check: cpplint

Merging an upstream repository into your fork (master branch)

 git checkout master
 git pull https://github.com/UsovaMA/Development-Template.git master

Update working branch

 git checkout <your branch>
 git rebase master

Build project with cmake

cmake -G "Visual Studio 15 2017"

About

Template for developing and testing C++ programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.8%
  • Other 0.2%