Skip to content

Commit

Permalink
chore: change to result-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Dup4 committed Jan 25, 2023
1 parent aa24090 commit 56d6287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ common_copts = [
]

cc_library(
name = "result",
name = "result-cpp",
hdrs = glob([
"include/result/*.h",
"include/result/**/*.h",
Expand All @@ -31,7 +31,7 @@ cc_test(
"-fno-access-control",
],
deps = [
":result",
":result-cpp",
"@gtest//:gtest_main",
"@snapshot",
],
Expand All @@ -45,7 +45,7 @@ cc_binary(
]),
copts = common_copts,
deps = [
":result",
":result-cpp",
"@google_benchmark//:benchmark_main",
],
)

0 comments on commit 56d6287

Please sign in to comment.