Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for pkgconfig | David Seifert | 2017-08-14 | 1 | -1/+18 |
| | |||||
* | Merge pull request #1160 from mwoehlke-kitware/honor-lib_suffix | Gennadiy Civil | 2017-08-11 | 1 | -4/+8 |
|\ | | | | | Fix library install destinations | ||||
| * | Fix library install destinationsrefs/pull/1160/head | Matthew Woehlke | 2017-08-09 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify library install destinations to install .dll's to the correct location (`bin`, not `lib`), and to install other artifacts to the correct platform-dependent location by using GNUInstallDirs. This is required for some distributions (e.g. Fedora) and will fix an issue that otherwise requires those distributions to patch the upstream sources. Also, add options to suppress installation, which may be useful for projects that embed Google Test. Since Google Test is trying to support archaic versions of CMake, a brain-dead fallback (which requires that the user set either LIB_SUFFIX or CMAKE_INSTALL_LIBDIR themselves) is included for versions that predate GNUInstallDirs. Fixes #1161. Co-Authored-By: d3x0r <d3x0r@users.noreply.github.com> | ||||
* | | 2.6.4 is the minimum CMake version, so enforce it (#656) | Craig Scott | 2016-12-18 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #657 from audiofanatic/issue655-targetHeaderDeps | Billy Donahue | 2015-12-10 | 1 | -0/+8 |
|\ | | | | | Add include dirs to targets if CMake version supports it | ||||
| * | Add include dirs to targets if CMake version supports itrefs/pull/657/head | Craig Scott | 2015-12-06 | 1 | -0/+8 |
| | | |||||
* | | Added CMake install rules for GMockrefs/pull/650/head | Joan Puigcerver | 2015-12-03 | 1 | -0/+8 |
|/ | |||||
* | googlemock: fix unified buildrefs/pull/568/head | Arnaud Lacombe | 2015-08-27 | 1 | -1/+1 |
| | |||||
* | move googlemock files into googlemock/ subdir | Billy Donahue | 2015-08-25 | 1 | -0/+186 |