Welcome to mirror list, hosted at ThFree Co, Russian Federation.

kenlmConfig.cmake.in « cmake - github.com/kpu/kenlm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d81e6868e4c49744c3cc562181e05b508f1be555 (plain)
1
2
3
4
5
6
7
8
9
10
11
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)

find_dependency(Boost)
find_dependency(Threads)
find_dependency(ZLIB)
find_dependency(BZip2)
find_dependency(LibLZMA)

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