PageRenderTime 42ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/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...
  4. include(FindPkgConfig)
  5. pkg_check_modules(CLUCENE1 libclucene-core)