diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-01-15 16:07:19 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-01-15 16:07:19 +0000 |
| commit | ff861ae5c079a2315847fdf7f1255b1ede405da1 (patch) | |
| tree | 129f384642770f9fc16b74ba2ada9dee500f8ccd /test | |
| parent | ec908230a19bdd71c4f306a429649b5403e664db (diff) | |
Added missing table and tree examples to CMake build files.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7011 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 28948396a..c8bfaf3e6 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -80,9 +80,11 @@ CREATE_EXAMPLE(scroll scroll.cxx fltk) CREATE_EXAMPLE(subwindow subwindow.cxx fltk) CREATE_EXAMPLE(symbols symbols.cxx fltk) CREATE_EXAMPLE(tabs tabs.fl fltk) +CREATE_EXAMPLE(table table.cxx fltk) CREATE_EXAMPLE(threads threads.cxx fltk) CREATE_EXAMPLE(tile tile.cxx fltk) CREATE_EXAMPLE(tiled_image tiled_image.cxx fltk) +CREATE_EXAMPLE(tree tree.cxx fltk) CREATE_EXAMPLE(valuators valuators.fl fltk) CREATE_EXAMPLE(unittests unittests.cxx fltk) |
