summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-20 10:30:15 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-20 10:30:15 +0300
commite8f5fd342e069643d0fc4b2163713cf8788ca5d6 (patch)
tree31fc941f50ab6d7fd9d2bdb61cdfdd6647a47016 /CMakeLists.txt
parent61893d79662bfd5e8aa12d48ebc632d560955af5 (diff)
Cleanup
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