summaryrefslogtreecommitdiff
path: root/src/os/windows/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2021-02-13 17:34:22 +0100
committerMichael Lutz <michi@icosahedron.de>2021-02-13 20:09:14 +0100
commitc6af8f16f63d878371d1a823c12fbf21423505b5 (patch)
treebd0e33995d016b99d39187f2da04ccbee847504f /src/os/windows/CMakeLists.txt
parent5ad16409847a17534389054a1b7f5fb83703fb4d (diff)
downloadopenttd-c6af8f16f63d878371d1a823c12fbf21423505b5.tar.xz
Codechange: [Win32] Move Win32-specific font code to a seperate file.
Diffstat (limited to 'src/os/windows/CMakeLists.txt')
-rw-r--r--src/os/windows/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/windows/CMakeLists.txt b/src/os/windows/CMakeLists.txt
index 19d1bd46e..8ac2de7ac 100644
--- a/src/os/windows/CMakeLists.txt
+++ b/src/os/windows/CMakeLists.txt
@@ -1,5 +1,7 @@
add_files(
crashlog_win.cpp
+ font_win32.cpp
+ font_win32.h
string_uniscribe.cpp
string_uniscribe.h
win32.cpp