Initial commit

This commit is contained in:
2024-07-30 00:18:28 +02:00
commit 4e3fd3eac5
9 changed files with 194 additions and 0 deletions

16
BUILD.bazel Normal file
View File

@ -0,0 +1,16 @@
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",
],
)