mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-18 00:27:02 +08:00
build: enable Freetype support
This commit is contained in:
2
third_party/imgui/CMakeLists.txt
vendored
2
third_party/imgui/CMakeLists.txt
vendored
@@ -9,6 +9,7 @@ set(IMGUI_SOURCES
|
||||
imgui_widgets.cpp
|
||||
imgui_impl_glfw.cpp
|
||||
imgui_impl_opengl3.cpp
|
||||
misc/freetype/imgui_freetype.cpp
|
||||
)
|
||||
|
||||
add_library(imgui STATIC ${IMGUI_SOURCES})
|
||||
@@ -20,4 +21,5 @@ target_link_libraries(
|
||||
PUBLIC
|
||||
glfw
|
||||
OpenGL::GL
|
||||
Freetype::Freetype
|
||||
)
|
||||
Reference in New Issue
Block a user