summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
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.
18set (EMBED_IN_EXECUTABLE OFF CACHE BOOL "Embed resources inside the executable") 18set (EMBED_IN_EXECUTABLE OFF CACHE BOOL "Embed resources inside the executable")
19set (EMBED_RESOURCES 19set (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