summaryrefslogtreecommitdiff
path: root/src/os/macosx/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2021-02-13 17:46:05 +0100
committerMichael Lutz <michi@icosahedron.de>2021-02-13 20:09:14 +0100
commitf2294851e6b468ba49b108a26e75b98a63a7c05c (patch)
treee364c7909eb6831e083a7501fd34dad92e33baa8 /src/os/macosx/CMakeLists.txt
parentc6af8f16f63d878371d1a823c12fbf21423505b5 (diff)
downloadopenttd-f2294851e6b468ba49b108a26e75b98a63a7c05c.tar.xz
Codechange: [OSX] Move OSX-specific font code to a separate file.
Diffstat (limited to 'src/os/macosx/CMakeLists.txt')
-rw-r--r--src/os/macosx/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/macosx/CMakeLists.txt b/src/os/macosx/CMakeLists.txt
index e6b6c237b..31f6af7d4 100644
--- a/src/os/macosx/CMakeLists.txt
+++ b/src/os/macosx/CMakeLists.txt
@@ -1,5 +1,6 @@
add_files(
crashlog_osx.cpp
+ font_osx.cpp
macos.h
macos.mm
osx_stdafx.h