17 lines
383 B
Python
17 lines
383 B
Python
load("@hedron_compile_commands//:refresh_compile_commands.bzl", "refresh_compile_commands")
|
|
|
|
refresh_compile_commands(
|
|
name = "refresh_clangd",
|
|
targets = "//...",
|
|
)
|
|
|
|
platform(
|
|
name = "x64_windows-clang-cl",
|
|
constraint_values = [
|
|
"@platforms//cpu:x86_64",
|
|
"@platforms//os:windows",
|
|
"@bazel_tools//tools/cpp:clang-cl",
|
|
],
|
|
)
|
|
|