googletest/googletest/cmake
David Neto 20074be19a Use DEBUG_POSTFIX instead of CMAKE_DEBUG_POSTFIX
CMAKE_DEBUG_POSTFIX is a global configuration parameter, and
changing it pollutes the configuration space for other projects
that enclose this project.

DEBUG_POSTFIX is better to use since it is a target-specific poperty.

Fixes #1334
Fixes #1268
2018-02-26 15:58:49 -05:00
..
gtest_main.pc.in Add support for pkgconfig 2017-08-14 13:45:56 +02:00
gtest.pc.in Add support for pkgconfig 2017-08-14 13:45:56 +02:00
internal_utils.cmake Use DEBUG_POSTFIX instead of CMAKE_DEBUG_POSTFIX 2018-02-26 15:58:49 -05:00