1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-08-04 07:01:46 +02:00

Get MySQL to work on Linux.

This commit is contained in:
Dryback
2020-03-22 14:53:52 -04:00
parent b08e9a2f3a
commit 2fc5c34f56
3 changed files with 230 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
cmake_minimum_required(VERSION 3.0.2)
project(SqMod)
# Tell CMake where to find our scripts
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
# Several plugin options
option(BUILTIN_RUNTIMES "Include the MinGW runtime into the binary itself." ON)
option(FORCE_32BIT_BIN "Create a 32-bit executable binary if the compiler defaults to 64-bit." OFF)