Expose RGFW to cmake (#5386)

i was wondering why that was missing
This commit is contained in:
BoneManSeth
2025-12-03 23:55:54 +02:00
committed by GitHub
parent 95c4efd7a3
commit 983efae3e4
2 changed files with 3 additions and 1 deletions

View File

@ -141,6 +141,8 @@ elseif ("${PLATFORM}" MATCHES "SDL")
add_compile_definitions(USING_SDL2_PACKAGE)
endif()
endif()
elseif ("${PLATFORM}" MATCHES "RGFW")
set(PLATFORM_CPP "PLATFORM_DESKTOP_RGFW")
endif ()
if (NOT ${OPENGL_VERSION} MATCHES "OFF")