Skip to content

This demonstrates how to setup a hello world implementation using Gtest with Cmake, visual studio, and vcpkg.

Notifications You must be signed in to change notification settings

MattYoung50/gtest-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notes

  • This is based on this stackoverflow article

Acquire Dependencies using vcpkg

  • Download vcpkg
    • Install deps
      • vcpkg install gtest --triplet=x64-windows
    • Integrate install
      • vcpkg integrate install

About

This demonstrates how to setup a hello world implementation using Gtest with Cmake, visual studio, and vcpkg.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published