Skip to content

d-xo/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