Skip to content

KuilongCui/bazel-cpp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A cpp Template

Features

Examples:

# see .clang-format for details
make format

# see .clang-tidy for details
make tidy

# build
bazel build src/main:hello_world

# run
bazel run src/main:hello_world

# test
bazel test test/...

# bechmark
bazel run -c opt src/benchmark/sort_benchmark

# see .bazelrc san config for details
bazel run --config=san src/main:hello_world

Acknowledgement

The peoject was inspired by this repositry.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published