1
hermetic_cc_toolchain/test/BUILD.bazel
Motiejus Jakštys d461cf1dcc remove nonessential stuff
- rules_docker
- boost
... and their deps.
2021-06-03 18:53:09 +03:00

10 lines
127 B
Python

cc_binary(
name = "hello",
srcs = ["hello.cpp"],
)
cc_binary(
name = "exception",
srcs = ["exception.cpp"],
)