summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-01-02 18:40:21 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-01-02 18:40:21 +0200
commitf975714ca43f668d72eed26ea1a90de3991430b8 (patch)
treed0edf9d619d245f714d8fbbe048e1c15b4b2e5e2 /CMakeLists.txt
parent6ec19264f26d79009d582bd35d82e108632a326e (diff)
Android: Added release notes and Help page
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0312e115..70c76505 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -109,6 +109,11 @@ if (IOS)
109 res/about/ios-help.gmi 109 res/about/ios-help.gmi
110 res/about/ios-version.gmi 110 res/about/ios-version.gmi
111 ) 111 )
112elseif (ANDROID)
113 list (APPEND RESOURCES
114 res/about/android-help.gmi
115 res/about/android-version.gmi
116 )
112else () 117else ()
113 list (APPEND RESOURCES 118 list (APPEND RESOURCES
114 res/about/help.gmi 119 res/about/help.gmi