Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 215 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 215 Bytes

project-cpp

C++ project format with Bazel and GoogleTest

bazelisk build -c dbg --copt="-g" --strip=never //main:main
bazelisk build --config debug //main:main
bazelisk test --test_output=all //test:test