gadomski / cpd

C++ implementation of the Coherent Point Drift point set registration algorithm.
http://www.gadom.ski/cpd
GNU General Public License v2.0
385 stars 122 forks source link

Revert to googletest's targets #86

Closed gadomski closed 7 years ago

gadomski commented 7 years ago

It takes a bit of modification to the googletest cmake file, but we can just build a googletest target then link tests against that. This improves compile time.

Fixes #84.