diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-11-30 10:34:43 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-11-30 10:34:43 +0000 |
| commit | 8c56fc7e225b0d8d6ab9b3f9e4bce6758151ec62 (patch) | |
| tree | 76aef4c350a8554773d02ce292f37aa7741227d9 /test | |
| parent | 806542a84fb41720718e2a1afd91f4f0ede49c26 (diff) | |
Updated CMake files with patches from Michael Surette (STR #2317).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7919 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -rw-r--r-- | test/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | test/device.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 6cdf0b67b..969b3d642 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -3,7 +3,7 @@ set(EXECUTABLE_OUTPUT_PATH ${FLTK_BINARY_DIR}/bin/examples) ####################################################################### # audio libs for test apps if(WIN32) - set(AUDIOLIBS -lwinmm) + set(AUDIOLIBS winmm) elseif(APPLE) set(AUDIOLIBS "-framework CoreAudio") elseif(HAVE_ALSA_ASOUNDLIB_H) diff --git a/test/device.cxx b/test/device.cxx index 4a6cf7171..bd613a238 100644 --- a/test/device.cxx +++ b/test/device.cxx @@ -23,7 +23,7 @@ #include <FL/Fl_Light_Button.H> #include <FL/fl_draw.H> #include <FL/Fl_Clock.H> -#include <test/pixmaps/porsche.xpm> +#include "pixmaps/porsche.xpm" #include <FL/Fl_Pixmap.H> #include <FL/Fl_Bitmap.H> #include <FL/Fl_Round_Button.H> |
