diff options
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 |