Skip to content

[cmake] added platform/win32 to cmake#5855

Merged
raysan5 merged 1 commit into
raysan5:masterfrom
CrackedPixel:cmake-add-win32-platform
May 10, 2026
Merged

[cmake] added platform/win32 to cmake#5855
raysan5 merged 1 commit into
raysan5:masterfrom
CrackedPixel:cmake-add-win32-platform

Conversation

@CrackedPixel
Copy link
Copy Markdown
Contributor

I'm not a cmake user nor a windows user, so it would be great if other people could also test this

I did the following 2 tests:

mkdir build
cd build
cmake .. -DPLATFORM=Win32
# open raylib.sln
# compile core_2d_camera
# verify win32 + opengl in logs
mkdir build
cd build
cmake .. -DPLATFORM=Win32 -DOPENGL_VERSION=Software
# open raylib.sln
# compile core_2d_camera
# verify win32 + rlsw in logs

@CrackedPixel CrackedPixel changed the title [cmake] added win32 to cmake [cmake] added platform/win32 to cmake May 10, 2026
@CrackedPixel CrackedPixel changed the title [cmake] added platform/win32 to cmake [cmake] added platform/win32 to cmake May 10, 2026
Comment thread examples/Makefile
Comment thread cmake/LibraryConfigurations.cmake
@raysan5 raysan5 merged commit ae315ee into raysan5:master May 10, 2026
16 of 17 checks passed
@raysan5
Copy link
Copy Markdown
Owner

raysan5 commented May 10, 2026

@CrackedPixel It looks good to me but something with more CMake experience should review it. In any case, thanks for the addition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants