diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-15 07:45:08 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-15 07:45:08 +0300 |
commit | 3121e8067a613680433724f0c0eb30254e622649 (patch) | |
tree | 4fd15f108819638f0a5c431fdb8e9af34c0fd93d /CMakeLists.txt | |
parent | a308db056515f8fb30be36d6ff028b788626465c (diff) |
Built-in embedded “about:” pages; Help menu
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 28a50d76..ab57900e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -17,6 +17,9 @@ message (STATUS "Preparing embedded resources...") | |||
17 | # Fonts are too large to comfortably embed as a C source. | 17 | # Fonts are too large to comfortably embed as a C source. |
18 | set (EMBED_IN_EXECUTABLE OFF CACHE BOOL "Embed resources inside the executable") | 18 | set (EMBED_IN_EXECUTABLE OFF CACHE BOOL "Embed resources inside the executable") |
19 | set (EMBED_RESOURCES | 19 | set (EMBED_RESOURCES |
20 | res/about.gmi | ||
21 | res/help.gmi | ||
22 | res/version.gmi | ||
20 | res/SourceSansPro-Regular.ttf | 23 | res/SourceSansPro-Regular.ttf |
21 | res/FiraSans-Regular.ttf | 24 | res/FiraSans-Regular.ttf |
22 | res/FiraSans-Bold.ttf | 25 | res/FiraSans-Bold.ttf |