gadomski/cpd

Build a single gtest static library

gadomski opened this issue · 0 comments

Our vendored gtest library has CMake installs that polluted CPD's install, so I currently just include the gtest source files in each test executable. However, this leads to extra compilations of those test files. We should just remove (or disable) the offending parts of the vendored gtest source, and then link our test executables against a single gtest static library. This will speed up compilation time.