mohaps / google-s2-geometry

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C++ 98.3%Language:C 0.8%Language:Python 0.7%Language:CMake 0.2%