Skip to content

mkolod/bazel_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bazel_tutorial

C++ example

bazel build main:hello-world

or

bazel run main:hello-world

C++ with Google test

bazel test test:hello-test

Java example

bazel run :my-other-runner

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published