From b89035f360d72223d596b861cf2a067a6f6f1345 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 18 Mar 2015 13:31:59 +0000 Subject: 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 --- .gitignore | 1 + test/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) 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}") -- cgit v1.2.3