mirror of
https://github.com/google/googletest.git
synced 2025-04-04 21:15:03 +00:00
Merge a0a4aa8083
into 52204f78f9
This commit is contained in:
commit
fe9816cca4
1 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,8 @@ function(cxx_library_with_type name type cxx_flags)
|
|||
target_compile_definitions(${name} INTERFACE
|
||||
$<INSTALL_INTERFACE:GTEST_LINKED_AS_SHARED_LIBRARY=1>)
|
||||
endif()
|
||||
target_compile_definitions(${name} INTERFACE
|
||||
$<INSTALL_INTERFACE:GTEST_HAS_PTHREAD=$<BOOL:${GTEST_HAS_PTHREAD}>>)
|
||||
if (DEFINED GTEST_HAS_PTHREAD)
|
||||
target_link_libraries(${name} PUBLIC Threads::Threads)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue