Skip to content

Instantly share code, notes, and snippets.

@stwind
Created February 5, 2026 23:21
Show Gist options
  • Select an option

  • Save stwind/888e5aae39f8f44a6c82d036537b8c24 to your computer and use it in GitHub Desktop.

Select an option

Save stwind/888e5aae39f8f44a6c82d036537b8c24 to your computer and use it in GitHub Desktop.

build

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j

test

cd test
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make -j
bin/geometry-central-test --gtest_filter="IntrinsicTriangulationSuite.SignpostFlip"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment