summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-01-16 13:38:45 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-01-16 13:38:45 +0100
commit78510a831d89c7985eb2894f96fcebd388e21856 (patch)
tree0d75966614818787b416b47f6635ec3f7f610fa5 /test
parentd17454ac6af8b55169d3d7aefad498a133b9c0f9 (diff)
parent563baced13e4961500dccd35b19e9b063c93dc9c (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 0ffe3f881..409f44e71 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -39,6 +39,14 @@ include_directories(
)
#######################################################################
+## testing creation of Android Studio IDE files
+if (OPTION_CREATE_ANDROID_STUDIO_IDE)
+CREATE_ANDROID_IDE_FOR_TEST(arc arc.cxx fltk)
+CREATE_ANDROID_IDE_FOR_TEST(hello hello.cxx fltk)
+CREATE_ANDROID_IDE_FOR_TEST(input input.cxx fltk)
+endif (OPTION_CREATE_ANDROID_STUDIO_IDE)
+
+#######################################################################
if(NOT ANDROID)
CREATE_EXAMPLE(adjuster adjuster.cxx fltk)
CREATE_EXAMPLE(arc arc.cxx fltk)