Skip to content

removed old version of ImGui. Using 32bits to index vertices #140

removed old version of ImGui. Using 32bits to index vertices

removed old version of ImGui. Using 32bits to index vertices #140

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