Skip to content

Commit

Permalink
Add glaze require; update language to cxx23
Browse files Browse the repository at this point in the history
  • Loading branch information
narknon committed May 30, 2024
1 parent 5c1bfc4 commit 8ff121a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UE4SS/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ add_requires("ImGuiTextEdit v1.0", { debug = is_mode_debug(), configs = {runtime
add_requires("IconFontCppHeaders v1.0", { debug = is_mode_debug(), configs = {runtimes = get_mode_runtimes()}})
add_requires("glfw 3.3.9", { debug = is_mode_debug() , configs = {runtimes = get_mode_runtimes()}})
add_requires("opengl", { debug = is_mode_debug(), configs = {runtimes = get_mode_runtimes()} })
add_requires("glaze", { debug = is_mode_debug(), configs = {runtimes = get_mode_runtimes()} })

option("ue4ssBetaIsStarted")
set_default(true)
Expand Down Expand Up @@ -41,7 +42,7 @@ end

target(projectName)
set_kind("shared")
set_languages("cxx20")
set_languages("cxx23")
set_exceptions("cxx")
set_default(true)
add_rules("ue4ss.defines.exports")
Expand Down

0 comments on commit 8ff121a

Please sign in to comment.