Skip to content

added L-shaped polygon option in n_sided_polygon #159

added L-shaped polygon option in n_sided_polygon

added L-shaped polygon option in n_sided_polygon #159

Workflow file for this run

name: windows-build
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: configure
run: |
cd examples
mkdir build
cd build
cmake .. -G "Visual Studio 17 2022" -Dcinolib_DIR="D:/a/cinolib/cinolib"
- name: build
run: |
cd examples
cd build
cmake --build . --parallel 8