/strigi-0.7.7/libstreamanalyzer/cmake/FindCLucene1.cmake
CMake | 7 lines | 2 code | 2 blank | 3 comment | 0 complexity | b1567deffd3c9456b7efdb75aef0f451 MD5 | raw file
Possible License(s): LGPL-2.0
1#
2# This module looks for clucene (http://clucene.sf.net) support
3# It will define the pkgconfig values with a CLUCENE1_ prefix...
4include(FindPkgConfig)
5
6pkg_check_modules(CLUCENE1 libclucene-core)
7