Fix MSVC static/shared library mismatch with gtest.
This commit is contained in:
parent
fcfd6635b0
commit
833f2996bc
@ -1,3 +1,5 @@
|
||||
set(gtest_force_shared_crt ${MSVC_SHARED_RT} CACHE BOOL
|
||||
"Use shared (DLL) run-time lib even when Google Test built as a static lib.")
|
||||
add_subdirectory(gmock-1.7.0)
|
||||
include_directories(gmock-1.7.0/gtest/include)
|
||||
include_directories(gmock-1.7.0/include)
|
||||
|
Loading…
Reference in New Issue
Block a user