Changeset 8284 for code/branches/kicklib2/cmake/tools/FindVorbis.cmake
- Timestamp:
- Apr 21, 2011, 6:58:23 PM (14 years ago)
- Location:
- code/branches/kicklib2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib2
- Property svn:mergeinfo changed
-
code/branches/kicklib2/cmake/tools/FindVorbis.cmake
r7163 r8284 22 22 ) 23 23 FIND_LIBRARY(VORBIS_LIBRARY_OPTIMIZED 24 NAMES vorbis 24 NAMES vorbis vorbis-0 25 25 PATHS $ENV{VORBISDIR} 26 26 PATH_SUFFIXES lib … … 32 32 ) 33 33 FIND_LIBRARY(VORBISFILE_LIBRARY_OPTIMIZED 34 NAMES vorbisfile 34 NAMES vorbisfile vorbisfile-3 35 35 PATHS $ENV{VORBISDIR} 36 36 PATH_SUFFIXES lib
Note: See TracChangeset
for help on using the changeset viewer.