Skip to content

Feat: Improved axis interaction area #461

Feat: Improved axis interaction area

Feat: Improved axis interaction area #461

Workflow file for this run

name: 🪟 Windows
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
name: 🪟 Windows
steps:
- uses: actions/checkout@main
- name: Build
run: |
cd example
cmake -B build -DCMAKE_CXX_FLAGS="/EHsc /W3 /WX"
cmake --build build