diff options
| author | Matthias Melcher <git@matthiasm.com> | 2019-01-16 01:25:59 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2019-01-16 01:25:59 +0100 |
| commit | 6de1c93e545e8100a4e907938dccd9b0564e12a2 (patch) | |
| tree | f9f0160239757d24cbf9ca84f25f2fe36e88174f /CMake/Android/strings.xml.in | |
| parent | a4fc8b06e1d3f39b413a19174cb661f198759793 (diff) | |
Android CMake: macro for multiple tests
Added a macro that creates the IDE files for a named test.
This is just a rough layout and will only work for the
simpelest of test targets.
Diffstat (limited to 'CMake/Android/strings.xml.in')
| -rw-r--r-- | CMake/Android/strings.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/Android/strings.xml.in b/CMake/Android/strings.xml.in index e2f60e96f..351315218 100644 --- a/CMake/Android/strings.xml.in +++ b/CMake/Android/strings.xml.in @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="app_name">Hello Android</string> + <string name="app_name">@ANDROID_APP_NAME@</string> </resources> |
