Skip to content

hugooole/cpp-bazel-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp_template

template for c++ projects with bazel as build system

Project architecure

cpp-bazel-template/
├── WORKSPACE
├── BUILD
|── .bazelrc
|── .bazelrc
|── bazel/
│   └── xxx_deps.bzl
|── include/
│   └── hello.h
├── src/
│   ├── BUILD
│   └── hello.cc
│   └── hello.h
|── scripts/
│   └── run_tests.sh
|
└── tests/
    ├── BUILD
    └── hello_test.cc

About

template for c++ projects with bazel as build system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •