wangli1426 / bazel-get-started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bazel-get-started

This reposorty demonstrates how to setup a c++ project using gtest.

Run the test:

bazel test test:hello-test

Run the main function:

bazel run main:hello-world

Please refer to this if bazel is not installed on your computer.

About


Languages

Language:C++ 52.9%Language:Python 41.7%Language:C 5.3%