VirtualBox

source: vbox/trunk/src/libs/libvorbis-1.3.7/cmake/VorbisConfig.cmake.in@ 107044

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
3include(CMakeFindDependencyMacro)
4find_dependency(Ogg REQUIRED)
5
6include(${CMAKE_CURRENT_LIST_DIR}/VorbisTargets.cmake)
7
8set(Vorbis_Vorbis_FOUND 1)
9set(Vorbis_Enc_FOUND 0)
10set(Vorbis_File_FOUND 0)
11
12if(TARGET Vorbis::vorbisenc)
13 set(Vorbis_Enc_FOUND TRUE)
14endif()
15if(TARGET Vorbis::vorbisfile)
16 set(Vorbis_File_FOUND TRUE)
17endif()
18
19check_required_components(Vorbis Enc File)
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette