Skip to content

Commit

Permalink
Update Raylib-cs.Native.csproj: set cmake req. version
Browse files Browse the repository at this point in the history
  • Loading branch information
JupiterRider authored Dec 10, 2024
1 parent d80bf17 commit 630f9c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Raylib-cs.Native/Raylib-cs.Native.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<CMakeArgs Include="-D BUILD_SHARED_LIBS=ON" />
<CMakeArgs Include="-D BUILD_EXAMPLES=OFF" />
<CMakeArgs Include="-D CMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded" />
<CMakeArgs Include="-D CMAKE_MINIMUM_REQUIRED_VERSION=3.15" />
<!-- <CMakeArgs Include="-D GRAPHICS=GRAPHICS_API_OPENGL_43" /> -->
</ItemGroup>

Expand Down

0 comments on commit 630f9c7

Please sign in to comment.