From 8c56fc7e225b0d8d6ab9b3f9e4bce6758151ec62 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 30 Nov 2010 10:34:43 +0000 Subject: 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 --- test/CMakeLists.txt | 2 +- test/device.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 #include #include -#include +#include "pixmaps/porsche.xpm" #include #include #include -- cgit v1.2.3