Skip to content

coignetp/template-project-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a template for a C++ project with CMake, gtest/gmock and a .gitlab.yml.
There is a data directory that is taken care of by CMake.

Installation

Prerequisites

C++ version must be at least C++11.
CMake must be at least version 3.1.

Compilation

mkdir build
cd build
cmake ..
cmake --build .

There are 2 output executable, one for the test and one for the project.

About

Template for a C++ project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published