Skip to content

ryanmcdermott/bazel-cpp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bazel-cpp-template

What is this?

This project is a simple starter template for a C++ project that uses the Bazel build system.

Installation

First, ensure that you have installed Bazel. Then run the following:

git clone https://github.com/ryanmcdermott/bazel-cpp-template

Running

Main

bazel run src:main

Tests

bazel test src/example_lib:example_lib_test

About

Simple starter template for a C++ project built with Bazel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published