Skip to content

architectum/cpp-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Boilerplate


Overview

Simple starter C++ project with:

  • cmake
  • googletest
  • boost
  • vscode integration (ycmd / cmaketools)

Installation

  • Checkout the repo (and submodules)
$ git clone --recursive https://github.com/xwvvvvwx/cpp-boilerplate.git
  • Install boost
$ cd vendor/boost
$ bash ./bootstrap.sh
$ ./b2

Configuration

  • Comes with YouCompleteMe integration preconfigured, but you will need to point vscode to an installation:
// .vscode/settings.json
{
    ...
    "ycmd.path": "<YOUR_PATH_HERE>",
    ...
}

About

Simple cpp boilerplate with cmake and gtest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.9%
  • CMake 9.5%
  • C++ 5.6%