mirror of
https://github.com/google/googletest.git
synced 2025-04-06 22:15:01 +00:00
WIP, win testing
This commit is contained in:
parent
40a909b4e5
commit
e66b6bc868
1 changed files with 3 additions and 3 deletions
|
@ -94,10 +94,10 @@ cc_library(
|
|||
],
|
||||
),
|
||||
hdrs = GTEST_HDRS,
|
||||
copts = ["-fexceptions"] + select(
|
||||
copts = select(
|
||||
{
|
||||
":win": [],
|
||||
"//conditions:default": ["-pthread"],
|
||||
":win": ["-DGTEST_ENABLE_CATCH_EXCEPTIONS_=1"],
|
||||
"//conditions:default": ["-fexceptions","-pthread"],
|
||||
},
|
||||
),
|
||||
includes = [
|
||||
|
|
Loading…
Add table
Reference in a new issue