Last change
on this file since 107044 was 96468, checked in by vboxsync, 2 years ago |
libs/libvorbis-1.3.7: Re-exporting, hopefully this time everything is there. bugref:10275
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
396 bytes
|
Line | |
---|
1 | @PACKAGE_INIT@
|
---|
2 |
|
---|
3 | include(CMakeFindDependencyMacro)
|
---|
4 | find_dependency(Ogg REQUIRED)
|
---|
5 |
|
---|
6 | include(${CMAKE_CURRENT_LIST_DIR}/VorbisTargets.cmake)
|
---|
7 |
|
---|
8 | set(Vorbis_Vorbis_FOUND 1)
|
---|
9 | set(Vorbis_Enc_FOUND 0)
|
---|
10 | set(Vorbis_File_FOUND 0)
|
---|
11 |
|
---|
12 | if(TARGET Vorbis::vorbisenc)
|
---|
13 | set(Vorbis_Enc_FOUND TRUE)
|
---|
14 | endif()
|
---|
15 | if(TARGET Vorbis::vorbisfile)
|
---|
16 | set(Vorbis_File_FOUND TRUE)
|
---|
17 | endif()
|
---|
18 |
|
---|
19 | check_required_components(Vorbis Enc File)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.