Merge pull request #36 from benjitrosch/remove-platform-abstraction

remove platform abstraction layer
This commit is contained in:
Noel Berry
2023-03-08 10:17:17 -08:00
committed by GitHub
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