Skip to content
/ cpp-template Public template

A basic C++ project template with CMake and GoogleTest.

Notifications You must be signed in to change notification settings

ericwoude/cpp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ template

A basic C++ project template with CMake and GoogleTest.

Usage

  1. Configure the project and generate the native build system:
$ cmake -B build
  1. Call the build system to compile and link the project
$ cmake --build build

The compiled executables will be placed in build/bin.

  1. Test the project
$ cd build && ctest 

About

A basic C++ project template with CMake and GoogleTest.

Topics

Resources

Stars

Watchers

Forks