diff options
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -39,6 +39,11 @@ bind( ) bind( + name = "gmock", + actual = "@submodule_gtest//:gmock", +) + +bind( name = "benchmark", actual = "@submodule_benchmark//:benchmark", ) |