diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-07 18:45:00 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-07 18:45:00 +0300 |
commit | 43f6dfcef27c1cafbbd0536aa96a98d3f841aef1 (patch) | |
tree | 09a16040db2fe46b968f86d928ae7fe13ca90645 /CMakeLists.txt | |
parent | 3d1a4a8e68fa673fed311710dd9303e928eea663 (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.txt | 2 |
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) | |||
63 | include (Depends.cmake) | 63 | include (Depends.cmake) |
64 | 64 | ||
65 | # Embedded resources are written to a generated source file. | 65 | # Embedded resources are written to a generated source file. |
66 | message (STATUS "Preparing embedded resources...") | 66 | message (STATUS "Preparing resources...") |
67 | make_fontpack (res/default.fontpack) | 67 | make_fontpack (res/default.fontpack) |
68 | make_fontpack (res/arabic.fontpack) | 68 | make_fontpack (res/arabic.fontpack) |
69 | make_fontpack (res/cjk.fontpack) | 69 | make_fontpack (res/cjk.fontpack) |