changeset 1983:c9f724166c1c

Added paths to Vorbis cmake finder file.
author thegusty999
date Fri, 28 Oct 2011 19:28:58 +0000
parents 1e3db68caaf9
children 7d13ad74ae9b
files CMakeModules/FindVorbis.cmake
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeModules/FindVorbis.cmake	Fri Oct 28 16:35:59 2011 +0000
+++ b/CMakeModules/FindVorbis.cmake	Fri Oct 28 19:28:58 2011 +0000
@@ -25,7 +25,7 @@
 FIND_LIBRARY(VORBIS_LIBRARY_OPTIMIZED
   NAMES libvorbis libvorbis_static libvorbis-static-mt
   PATHS $ENV{VORBISDIR}
-  PATH_SUFFIXES Release Win32/Release
+  PATH_SUFFIXES Release Win32/Release VS2010/Win32/Release Win32/VS2010/Win32/Release
 )
 ELSE()
 FIND_LIBRARY(VORBIS_LIBRARY_OPTIMIZED
@@ -38,7 +38,7 @@
 FIND_LIBRARY(VORBIS_LIBRARY_DEBUG
   NAMES libvorbis libvorbis_static vorbis_d vorbisD vorbis_D libvorbis-static-mt-debug
   PATHS $ENV{VORBISDIR}
-  PATH_SUFFIXES Debug Win32/Debug
+  PATH_SUFFIXES Debug Win32/Debug VS2010/Win32/Debug Win32/VS2010/Win32/Debug
 )
 ELSE()
 FIND_LIBRARY(VORBIS_LIBRARY_DEBUG