summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2015-03-18 13:31:59 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2015-03-18 13:31:59 +0000
commitb89035f360d72223d596b861cf2a067a6f6f1345 (patch)
tree074a1bd045dc888fcb3b9574b8dea9d0fdb853f0
parent58c787bf91a14fd81c8f57929af5df4012b7672d (diff)
Add new animated demo to CMakeLists.txt, update .gitignore and svn props.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10643 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--.gitignore1
-rw-r--r--test/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4d4905344..00cd16ada 100644
--- a/.gitignore
+++ b/.gitignore
@@ -138,6 +138,7 @@
/test/CubeViewUI.cxx
/test/CubeViewUI.h
/test/adjuster
+/test/animated
/test/arc
/test/ask
/test/bitmap
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index d0ad163f9..82d67e27b 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -19,6 +19,7 @@ include_directories(
#######################################################################
CREATE_EXAMPLE(adjuster adjuster.cxx fltk)
CREATE_EXAMPLE(arc arc.cxx fltk)
+CREATE_EXAMPLE(animated animated.cxx fltk)
CREATE_EXAMPLE(ask ask.cxx fltk)
CREATE_EXAMPLE(bitmap bitmap.cxx fltk)
CREATE_EXAMPLE(blocks blocks.cxx "fltk;${AUDIOLIBS}")