removed win32 platform support

This commit is contained in:
Benji Trosch
2023-03-07 15:56:05 -05:00
committed by Benjamin Trosch
parent 9feb4b8512
commit 5d87875491
6 changed files with 642 additions and 1705 deletions

View File

@ -34,7 +34,7 @@ jobs:
- name: Create binary directory
run: |
cmake -B build -DBLAH_PLATFORM_WIN32=OFF -DBLAH_PLATFORM_SDL2=ON
cmake -B build
- name: Build project binary
run: |
cmake --build build --config Release