summaryrefslogtreecommitdiff
path: root/storage/sphinx/CMakeLists.txt
blob: 136c49336a3a92aa573773732bb22228e5a3286d (plain)
1
2
3
4
5
ADD_DEFINITIONS(-DMYSQL_SERVER)
IF(MSVC)
  TARGET_LINK_LIBRARIES(ws2_32)
ENDIF(MSVC)
MYSQL_ADD_PLUGIN(sphinx  ha_sphinx.cc STORAGE_ENGINE)