Skip to content

Commit 1afec1f

Browse files
committed
Add the new modules to the sources files.
1 parent 66e1213 commit 1afec1f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/renderer/base/sources.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ SOURCES = \
2929
..\FontInfo.cpp \
3030
..\FontInfoBase.cpp \
3131
..\FontInfoDesired.cpp \
32+
..\FontResource.cpp \
3233
..\RenderEngineBase.cpp \
3334
..\renderer.cpp \
3435
..\thread.cpp \

src/terminal/adapter/sources.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ PRECOMPILED_INCLUDE = ..\precomp.h
3232
SOURCES= \
3333
..\adaptDispatch.cpp \
3434
..\DispatchCommon.cpp \
35+
..\FontBuffer.cpp \
3536
..\InteractDispatch.cpp \
3637
..\adaptDispatchGraphics.cpp \
3738
..\terminalOutput.cpp \

0 commit comments

Comments
 (0)