Skip to content

Starting point for a C++ project with bazel and googletest.

Notifications You must be signed in to change notification settings

ddrexl/cpp-bazel-gtest-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cpp Project Skeleton with Bazel and GTest

Build with

bazel build //...

Test with

bazel test //...

Run with

bazel run //bin:main

About

Starting point for a C++ project with bazel and googletest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published