/google-s2-geometry

Fork of Google-S2-Geometry with a simple cmake build file and install target. Actually useable

Primary LanguageC++

to install

mkdir build
cd build
cmake ..
make
sudo make install

To build the tests, define the root of the gtest installation, e.g.

cmake .. -DGTEST_ROOT=/path/to/gtest

Test binaries have the suffix _test.