summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-03-02 20:03:04 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-03-02 20:03:04 +0000
commit42555053a11cff99d49876cb373806fd9708ad8b (patch)
tree401e4f99bedeef5cd7f68d09a766ef0f9570dd6e /test
parentb2da1fcbaf0b0eebfbc29f22bf47e59a7ee0168e (diff)
More Android changes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12699 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index cc51d88bc..0ffe3f881 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -39,6 +39,7 @@ include_directories(
)
#######################################################################
+if(NOT ANDROID)
CREATE_EXAMPLE(adjuster adjuster.cxx fltk)
CREATE_EXAMPLE(arc arc.cxx fltk)
CREATE_EXAMPLE(animated animated.cxx fltk)
@@ -126,6 +127,8 @@ if(FLTK_HAVE_CAIRO)
CREATE_EXAMPLE(cairo_test cairo_test.cxx "fltk;fltk_cairo")
endif(FLTK_HAVE_CAIRO)
+endif(NOT ANDROID)
+
# We need some support files for the demo programs:
# Note: this is incomplete as of 11 Feb 2015