mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:10:06 +00:00
Scalable fonts using freetype-gl
This commit is contained in:
parent
ec8e2643ff
commit
289ed430c7
8 changed files with 400 additions and 181 deletions
|
|
@ -122,6 +122,7 @@ if (WIN32)
|
|||
endif()
|
||||
|
||||
target_include_directories(scwx-qt PRIVATE ${scwx-qt_SOURCE_DIR}/source
|
||||
${FTGL_INCLUDE_DIR}
|
||||
${MBGL_INCLUDE_DIR})
|
||||
|
||||
target_link_libraries(scwx-qt PRIVATE Qt${QT_VERSION_MAJOR}::Widgets
|
||||
|
|
@ -129,7 +130,7 @@ target_link_libraries(scwx-qt PRIVATE Qt${QT_VERSION_MAJOR}::Widgets
|
|||
Boost::timer
|
||||
qmapboxgl
|
||||
opengl32
|
||||
Freetype::Freetype
|
||||
freetype-gl
|
||||
GeographicLib::GeographicLib
|
||||
glm::glm
|
||||
wxdata)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue