summaryrefslogtreecommitdiff
path: root/CMake/Android/HelloAndroid.cxx.in
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2019-01-16 01:25:59 +0100
committerMatthias Melcher <git@matthiasm.com>2019-01-16 01:25:59 +0100
commit6de1c93e545e8100a4e907938dccd9b0564e12a2 (patch)
treef9f0160239757d24cbf9ca84f25f2fe36e88174f /CMake/Android/HelloAndroid.cxx.in
parenta4fc8b06e1d3f39b413a19174cb661f198759793 (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/HelloAndroid.cxx.in')
-rw-r--r--CMake/Android/HelloAndroid.cxx.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/Android/HelloAndroid.cxx.in b/CMake/Android/HelloAndroid.cxx.in
index 42cdba663..e79cfcaf2 100644
--- a/CMake/Android/HelloAndroid.cxx.in
+++ b/CMake/Android/HelloAndroid.cxx.in
@@ -16,7 +16,7 @@
*/
-#include "../../../test/button.cxx"
+#include "../../../test/@ANDROID_APP_NAME@.cxx"
/*