• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1@PACKAGE_INIT@
2
3include(CMakeFindDependencyMacro)
4if(NOT TARGET Ogg::ogg)
5    find_dependency(Ogg)
6endif()
7
8include("${CMAKE_CURRENT_LIST_DIR}/targets.cmake")
9
10if(TARGET FLAC::FLAC)
11    set(FLAC_FLAC_FOUND 1)
12endif()
13if(TARGET FLAC::FLAC++)
14    set(FLAC_FLAC++_FOUND 1)
15endif()
16
17check_required_components(FLAC)
18