4 Commits

Author SHA1 Message Date
Milo Yip
ecc14866e0 Update CMakeLists.txt
Move `gtest_force_shared_crt` option to Win32 VC only.
2015-02-15 14:19:56 +08:00
miloyip
8b3d72467b Fix VC linkage error for CMAKE
Mentioned in #240
2015-02-11 18:34:56 +08:00
Andriy Senkovych
8f3f0ea167 Add separate targets for examples and tests 2014-11-11 17:50:32 +02:00
Andriy Senkovych
8ae1c971ea Add initial CMake support
* Support for both in-source and out-of-source builds
 * Set library version to 0.12 to map Debian package
 * Add separate options to build tests, examples and documentation
 * Add pkgconfig lookup support (if installed with `make install`)
 * Add CMake lookup support (if isntalled with `make install`)
 * Add Google Test Source lookup
 * Add CTest support for running tests (use `make test` or `ctest -V`)
2014-11-11 17:26:59 +02:00