Add correct fonts
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
message(STATUS "···Configuring Text")
|
||||
|
||||
add_library(DisplayUIText
|
||||
BitmapFont.cpp
|
||||
FontFace.cpp
|
||||
GlyphCache.cpp
|
||||
Fonts.cpp
|
||||
Helpers.cpp
|
||||
Renderer.cpp
|
||||
)
|
||||
|
||||
@@ -15,6 +14,7 @@ find_package(Freetype REQUIRED)
|
||||
target_link_libraries(DisplayUIText
|
||||
PRIVATE
|
||||
Display::Graphics
|
||||
Helpers::All
|
||||
${FREETYPE_LIBRARIES}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user