Skip to content
/ TemplateForCPP Public template

Template for C++ projects with build system and GTest

License

Notifications You must be signed in to change notification settings

ZVasilii/TemplateForCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template

Template for C++ projetcs with build system and GTest

@Vasilii, 2023

Usage

cd build/
cmake -DCMAKE_BUILD_TYPE=<type> <other flags> ..
make -j<number_of_workers>
ctest -VV

CMAKE Flags

BUILD_TESTS - Build Unit Tests
BUILD_DOC - Make Doxygen TeX documentation
CMAKE_BUILD_TYPE - Release/Debug build

Documentation

Available here

About

Template for C++ projects with build system and GTest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published