mirror of https://github.com/fltk/fltk
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
This commit is contained in:
parent
58c787bf91
commit
b89035f360
|
@ -138,6 +138,7 @@
|
|||
/test/CubeViewUI.cxx
|
||||
/test/CubeViewUI.h
|
||||
/test/adjuster
|
||||
/test/animated
|
||||
/test/arc
|
||||
/test/ask
|
||||
/test/bitmap
|
||||
|
|
|
@ -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}")
|
||||
|
|
Loading…
Reference in New Issue