diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-08-30 21:15:43 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-08-30 21:15:43 +0000 |
| commit | 1b2df88ed0e91a1fdac2d7de9febfa0695d185da (patch) | |
| tree | baafcf0cc3af4afc4a0c25a9dc0e5baa02137106 /test | |
| parent | af570d2be4acd55ef6c7ac0c087d271103093479 (diff) | |
More CMake updates (STR #2244):
- added missing files in src/CMakeLists.txt
- added -DUSE_X11 for Unix builds
- added new test/unittests program
Thanks to Yassine (yostane) for testing and helping to update the CMake files.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6847 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 34c0e7096..3fec89f0f 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -83,6 +83,7 @@ CREATE_EXAMPLE(threads threads.cxx fltk) CREATE_EXAMPLE(tile tile.cxx fltk) CREATE_EXAMPLE(tiled_image tiled_image.cxx fltk) CREATE_EXAMPLE(valuators valuators.fl fltk) +CREATE_EXAMPLE(unittests unittests.cxx fltk) # OpenGL demos... IF(OPENGL_FOUND) |
