Replies: 1 comment
-
as a followup, I see that and https://bazel.build/docs/bazel-and-cpp#include-paths may be recommending a different convention. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the Bazel central registry to include an absl dependency in my project:
bazel_dep(name = "abseil-cpp", version = "20230125.1", repo_name = "com_google_absl")
Why do the include statements require the use of quotations rather than angle brackets? This is surprising since it is an external library.
Am using a statement like this to run:
bazel run :myproject --enable_bzlmod --cxxopt=-std=c++20
Beta Was this translation helpful? Give feedback.
All reactions