repo.or.cz
/
ryzomcore.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux multi-monitor fullscreen support
[ryzomcore.git]
/
CMakeModules
/
FindVorbis.cmake
blob
b0a4ec2a6f7f46358e0d7f57e9430fc0095199c7
1
INCLUDE(FindHelpers)
2
3
FIND_PACKAGE_HELPER(Vorbis vorbisenc.h)
4
FIND_PACKAGE_HELPER(VorbisFile vorbisfile.h SUFFIXES vorbis)
5
6
IF(VORBISFILE_FOUND)
7
SET(VORBIS_LIBRARIES ${VORBIS_LIBRARIES} ${VORBISFILE_LIBRARIES})
8
ENDIF()