summaryrefslogtreecommitdiff
path: root/flac-config.cmake.in
blob: f44133c5b73d2d19f878528410c9001b75d517f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
find_dependency(Ogg)

include("${CMAKE_CURRENT_LIST_DIR}/targets.cmake")

if(TARGET FLAC::FLAC)
    set(FLAC_FLAC_FOUND 1)
endif()
if(TARGET FLAC::FLAC++)
    set(FLAC_FLAC++_FOUND 1)
endif()

check_required_components(FLAC)