diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-01-02 18:40:21 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-01-02 18:40:21 +0200 |
commit | f975714ca43f668d72eed26ea1a90de3991430b8 (patch) | |
tree | d0edf9d619d245f714d8fbbe048e1c15b4b2e5e2 /CMakeLists.txt | |
parent | 6ec19264f26d79009d582bd35d82e108632a326e (diff) |
Android: Added release notes and Help page
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
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 | ) |
112 | elseif (ANDROID) | ||
113 | list (APPEND RESOURCES | ||
114 | res/about/android-help.gmi | ||
115 | res/about/android-version.gmi | ||
116 | ) | ||
112 | else () | 117 | else () |
113 | list (APPEND RESOURCES | 118 | list (APPEND RESOURCES |
114 | res/about/help.gmi | 119 | res/about/help.gmi |