Make Bazel work with CATCH_CONFIG_SHARED_LIBRARY

This commit is contained in:
Vertexwahn
2022-09-26 18:09:29 +02:00
committed by Martin Hořeňovský
parent 4bb7e02a9c
commit 243cf71608
2 changed files with 10 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
build --enable_platform_specific_config
build:gcc9 --cxxopt=-std=c++2a
build:gcc11 --cxxopt=-std=c++2a
build:clang13 --cxxopt=-std=c++17
build:vs2019 --cxxopt=/std:c++17
build:vs2022 --cxxopt=/std:c++17
build:windows --config=vs2022
build:linux --config=gcc11