summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ab57900e..3c5b89fc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,9 +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 20 res/about/help.gmi
21 res/help.gmi 21 res/about/lagrange.gmi
22 res/version.gmi 22 res/about/version.gmi
23 res/SourceSansPro-Regular.ttf 23 res/SourceSansPro-Regular.ttf
24 res/FiraSans-Regular.ttf 24 res/FiraSans-Regular.ttf
25 res/FiraSans-Bold.ttf 25 res/FiraSans-Bold.ttf