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

Add helper option to copy dependencies to a deps folder.

This commit is contained in:
Sandu Liviu Catalin
2021-01-31 19:36:23 +02:00
parent 6aa5b504dd
commit e043e28529
2 changed files with 27 additions and 3 deletions

View File

@@ -6,8 +6,9 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/vendor/POCO/cmake)
# Several plugin options
option(FORCE_32BIT_BIN "Create a 32-bit executable binary if the compiler defaults to 64-bit." OFF)
option(ENABLE_API21 "Build for 2.1 API." OFF)
option(COPY_DEPENDENCIES "Copy deppendent DLLs into the deps folder." OFF)
option(FORCE_32BIT_BIN "Create a 32-bit executable binary if the compiler defaults to 64-bit." OFF)
include(CheckCXXCompilerFlag)
# C++ standard availability check