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/AndroidManifest.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/AndroidManifest.xml.in')
| -rw-r--r-- | CMake/Android/AndroidManifest.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMake/Android/AndroidManifest.xml.in b/CMake/Android/AndroidManifest.xml.in index e0131f422..4e5c6154b 100644 --- a/CMake/Android/AndroidManifest.xml.in +++ b/CMake/Android/AndroidManifest.xml.in @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="org.fltk.android_hello" + package="org.fltk.@ANDROID_APP_NAME@" android:versionCode="1" android:versionName="1.0"> <application @@ -12,7 +12,7 @@ <activity android:name="android.app.NativeActivity" android:label="@string/app_name"> <meta-data android:name="android.app.lib_name" - android:value="android-hello" /> + android:value="test_@ANDROID_APP_NAME@" /> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> |
