diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | test/CMakeLists.txt | 1 |
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}") |
