Skip to content

Instantly share code, notes, and snippets.

View adrianboston's full-sized avatar

Adrian adrianboston

  • Vancouver
View GitHub Profile
@RenatoUtsch
RenatoUtsch / FindMYSQL.cmake
Created January 16, 2012 22:17
Find MySQL with CMake.
# - Try to find MySQL.
# Once done this will define:
# MYSQL_FOUND - If false, do not try to use MySQL.
# MYSQL_INCLUDE_DIRS - Where to find mysql.h, etc.
# MYSQL_LIBRARIES - The libraries to link against.
# MYSQL_VERSION_STRING - Version in a string of MySQL.
#
# Created by RenatoUtsch based on eAthena implementation.
#
# Please note that this module only supports Windows and Linux officially, but