We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e1213 commit 1afec1fCopy full SHA for 1afec1f
src/renderer/base/sources.inc
@@ -29,6 +29,7 @@ SOURCES = \
29
..\FontInfo.cpp \
30
..\FontInfoBase.cpp \
31
..\FontInfoDesired.cpp \
32
+ ..\FontResource.cpp \
33
..\RenderEngineBase.cpp \
34
..\renderer.cpp \
35
..\thread.cpp \
src/terminal/adapter/sources.inc
@@ -32,6 +32,7 @@ PRECOMPILED_INCLUDE = ..\precomp.h
SOURCES= \
..\adaptDispatch.cpp \
..\DispatchCommon.cpp \
+ ..\FontBuffer.cpp \
36
..\InteractDispatch.cpp \
37
..\adaptDispatchGraphics.cpp \
38
..\terminalOutput.cpp \
0 commit comments