summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-10-07 18:45:00 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-10-07 18:45:00 +0300
commit43f6dfcef27c1cafbbd0536aa96a98d3f841aef1 (patch)
tree09a16040db2fe46b968f86d928ae7fe13ca90645 /CMakeLists.txt
parent3d1a4a8e68fa673fed311710dd9303e928eea663 (diff)
Load default.fontpack from resources.lgr
The mandatory fonts are in resources.lgr, but still packaged in a ZIP archive.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4031c3c9..e62b6ae0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,7 +63,7 @@ include (res/Fontpack.cmake)
63include (Depends.cmake) 63include (Depends.cmake)
64 64
65# Embedded resources are written to a generated source file. 65# Embedded resources are written to a generated source file.
66message (STATUS "Preparing embedded resources...") 66message (STATUS "Preparing resources...")
67make_fontpack (res/default.fontpack) 67make_fontpack (res/default.fontpack)
68make_fontpack (res/arabic.fontpack) 68make_fontpack (res/arabic.fontpack)
69make_fontpack (res/cjk.fontpack) 69make_fontpack (res/cjk.fontpack)