Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Word

Sample "Hello World" with googletest

Can be used as a template for future projects for education only

Project Supports

  • project version
  • cmake for build
  • gtest to check the version number
  • automatic version increase when pushing
  • automatically run tests after build
  • automatic build for Ubuntu
  • automatic build for Windows

Build local

cd HelloWorld
git clone https://github.com/google/googletest.git

mkdir build && cd build

cmake ..

# debug
cmake --build .

# release
cmake --build . --config Release

About

Sample "Hello World" with gtest. Can be used as a template for future projects for education only.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages