mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 14:41:47 +08:00
13 lines
424 B
Diff
13 lines
424 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -479,7 +479,7 @@ endif()
|
||
|
# Add minimal googletest targets. The provided one has many side-effects, and
|
||
|
# googletest has a very straightforward build.
|
||
|
add_library(
|
||
|
- boringssl_gtest
|
||
|
+ boringssl_gtest STATIC
|
||
|
third_party/googletest/googlemock/src/gmock-all.cc
|
||
|
third_party/googletest/googletest/src/gtest-all.cc
|
||
|
)
|