Navigation Menu

Skip to content

Commit

Permalink
cmake: add missing library path for Groonga
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 17, 2015
1 parent be59bd6 commit 328a985
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Expand Up @@ -252,6 +252,9 @@ else()
pkg_check_modules(GROONGA REQUIRED "groonga >= ${REQUIRED_GROONGA_VERSION}")
pkg_check_modules(GROONGA_NORMALIZER_MYSQL
"groonga-normalizer-mysql >= ${REQUIRED_GROONGA_NORMALIZER_MYSQL_VERSION}")
set(MRN_LIBRARY_DIRS
${MRN_LIBRARY_DIRS}
${GROONGA_LIBRARY_DIRS})
endif()

include_directories(
Expand Down

0 comments on commit 328a985

Please sign in to comment.