mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-02 05:12:02 +00:00
[client] overlay: add ImGui support for non-latin characters
This commit is contained in:
@@ -152,6 +152,8 @@ set(SOURCES
|
||||
|
||||
# Force cimgui to build as a static library.
|
||||
set(IMGUI_STATIC "yes" CACHE STRING "Build as a static library")
|
||||
# Support Unicode codepoints outside the basic multilingual plane.
|
||||
set(IMGUI_WCHAR32 "yes")
|
||||
add_definitions("-DCIMGUI_USE_OPENGL2=1")
|
||||
add_definitions("-DCIMGUI_USE_OPENGL3=1")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user