Преглед изворни кода

Expose RGFW to cmake (#5386)

i was wondering why that was missing
pull/5389/head
BoneManSeth пре 3 недеља
committed by GitHub
родитељ
комит
983efae3e4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 измењених фајлова са 3 додато и 1 уклоњено
  1. +1
    -1
      CMakeOptions.txt
  2. +2
    -0
      cmake/LibraryConfigurations.cmake

+ 1
- 1
CMakeOptions.txt Прегледај датотеку

@ -6,7 +6,7 @@ if(EMSCRIPTEN)
# When configuring web builds with "emcmake cmake -B build -S .", set PLATFORM to Web by default
SET(PLATFORM Web CACHE STRING "Platform to build for.")
endif()
enum_option(PLATFORM "Desktop;Web;Android;Raspberry Pi;DRM;SDL" "Platform to build for.")
enum_option(PLATFORM "Desktop;Web;Android;Raspberry Pi;DRM;SDL;RGFW" "Platform to build for.")
enum_option(OPENGL_VERSION "OFF;4.3;3.3;2.1;1.1;ES 2.0;ES 3.0;Software" "Force a specific OpenGL Version?")

+ 2
- 0
cmake/LibraryConfigurations.cmake Прегледај датотеку

@ -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")

Loading…
Откажи
Сачувај