Skip to content

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

License

Notifications You must be signed in to change notification settings

wmdlr/HelloWorld

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Word

Sample "Hello World" with googletest

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

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

#otus #cpp #cmake #gtest

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 79.5%
  • C++ 18.0%
  • C 2.5%