Skip to content

Commit

Permalink
fix include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcosmonaut committed Nov 9, 2024
1 parent 59040c7 commit 49db353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ jobs:
cmake -B debug -G "Visual Studio 17 2022" . -DCMAKE_BUILD_TYPE=Debug `
-A x64 `
-DBUILD_SDL3=ON `
-DSDL3_INCLUDE_DIRS="C:\SDL3-$SDL3_VERSION\include" `
-DSDL3_INCLUDE_DIRS="C:\SDL3-$SDL3_VERSION\include\SDL3" `
-DSDL3_LIBRARIES="SDL3;SDL3main"
- name: Build (Debug)
Expand All @@ -453,7 +453,7 @@ jobs:
cmake -B release -G "Visual Studio 17 2022" . -DCMAKE_BUILD_TYPE=Release `
-A x64 `
-DBUILD_SDL3=ON `
-DSDL3_INCLUDE_DIRS="C:\SDL3-$SDL3_VERSION\include" `
-DSDL3_INCLUDE_DIRS="C:\SDL3-$SDL3_VERSION\include\SDL3" `
-DSDL3_LIBRARIES="SDL3;SDL3main"
- name: Build (Release)
Expand Down

0 comments on commit 49db353

Please sign in to comment.