summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-12 20:29:11 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-12 20:29:11 +0200
commit17ff3e81d376b6792d409dcbed8e48800f8d7f7a (patch)
treea9dda0e77989232e485f2d08da9a540a576a9049 /CMakeLists.txt
parentc9cfc31cfdc5fe5e64b18afb91941b5d4fc63c1c (diff)
Added "about:about"
IssueID #200
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5583afc2..03fdb929 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,6 +44,7 @@ include (Depends.cmake)
44message (STATUS "Preparing embedded resources...") 44message (STATUS "Preparing embedded resources...")
45# Fonts are too large to comfortably embed as a C source. 45# Fonts are too large to comfortably embed as a C source.
46set (EMBED_RESOURCES 46set (EMBED_RESOURCES
47 res/about/about.gmi
47 res/about/help.gmi 48 res/about/help.gmi
48 res/about/lagrange.gmi 49 res/about/lagrange.gmi
49 res/about/license.gmi 50 res/about/license.gmi