mirror of
https://github.com/google/googletest.git
synced 2026-09-25 04:09:59 +03:00
WIP, win testing
This commit is contained in:
+3
-3
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user