Navigation Menu

Skip to content

Commit

Permalink
cmake win32: add MYSQL_LIBRARY_DIRS
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Oct 11, 2012
1 parent 1e55f26 commit e5f4dc8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Expand Up @@ -78,8 +78,15 @@ include_directories(
${GROONGA_INCLUDE_DIRS}
)

if(WIN32)
set(MYSQL_LIBRARY_DIRS
"${MYSQL_BUILD_DIR}/lib"
"${MYSQL_BUILD_DIR}/libmysqld"
)
endif()
link_directories(
${GROONGA_LIBRARY_DIRS}
${MYSQL_LIBRARY_DIRS}
)

# TODO: set VERSIONINFO for Microsoft Visual C++.
Expand Down

0 comments on commit e5f4dc8

Please sign in to comment.