Skip to content

lding-code/EE599-HW3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Template for Bazel and Google Test

Can be used in Visual Studio Code

You can use this template for most of your C++ projects without the need for changing the BUILD files.

Installation

You can copy this using this command:

git clone https://github.com/ourarash/cpp-template.git

Run main:

You can run this using blaze:

bazel run src/main:main

Run Tests:

You can run unit tests using blaze:

bazel test tests:tests

Directory Structure

![Directory Structure](https://github.com/ourarash/cpp-template/blob/master/tree.png?raw=true | width = 100)

Installing Bazel

This repo uses Bazel for building C++ files. You can install Bazel using this link.

Credit

This repo is from https://github.com/ourarash/cpp-template, which was inspired by this post.

About

EE599-HW3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors