diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d11e43e..71940aa4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -105,7 +105,10 @@ set (EMB_BIN ${CMAKE_CURRENT_BINARY_DIR}/resources.lgr) | |||
105 | make_resources (${EMB_BIN} ${RESOURCES}) | 105 | make_resources (${EMB_BIN} ${RESOURCES}) |
106 | set_source_files_properties (${EMB_BIN} PROPERTIES MACOSX_PACKAGE_LOCATION Resources) | 106 | set_source_files_properties (${EMB_BIN} PROPERTIES MACOSX_PACKAGE_LOCATION Resources) |
107 | if (IOS) | 107 | if (IOS) |
108 | set (EMB_FONTS res/fonts/SourceSans3-Regular.ttf) | 108 | set (EMB_FONTS |
109 | res/fonts/SourceSans3-Regular.ttf | ||
110 | res/fonts/IosevkaTerm-Extended.ttf | ||
111 | ) | ||
109 | set_source_files_properties (${EMB_FONTS} | 112 | set_source_files_properties (${EMB_FONTS} |
110 | PROPERTIES MACOSX_PACKAGE_LOCATION Resources | 113 | PROPERTIES MACOSX_PACKAGE_LOCATION Resources |
111 | ) | 114 | ) |