Bazel support: Add license annotations

This commit is contained in:
Vertexwahn
2025-04-15 21:35:04 +02:00
committed by Chris Thrasher
parent 74fcff6e5b
commit 3013cb897b
4 changed files with 22 additions and 4 deletions

View File

@@ -1,10 +1,8 @@
# Enable Bzlmod for every Bazel command
common --enable_bzlmod
build --enable_platform_specific_config
build:gcc9 --cxxopt=-std=c++2a
build:gcc11 --cxxopt=-std=c++2a
build:gcc13 --cxxopt=-std=c++2a
build:clang13 --cxxopt=-std=c++17
build:vs2019 --cxxopt=/std:c++17
build:vs2022 --cxxopt=/std:c++17