repo.or.cz
/
flac.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Simplified logic of parsing sizes of rice-partitions
[flac.git]
/
flac-config.cmake.in
blob
f44133c5b73d2d19f878528410c9001b75d517f5
1
@PACKAGE_INIT@
2
3
include(CMakeFindDependencyMacro)
4
find_dependency(Ogg)
5
6
include("${CMAKE_CURRENT_LIST_DIR}/targets.cmake")
7
8
if(TARGET FLAC::FLAC)
9
set(FLAC_FLAC_FOUND 1)
10
endif()
11
if(TARGET FLAC::FLAC++)
12
set(FLAC_FLAC++_FOUND 1)
13
endif()
14
15
check_required_components(FLAC)