CMake Upgrade
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
# license found in the license.txt file in the root directory of this source tree.
|
||||
#
|
||||
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
cmake_minimum_required(VERSION 3.12)
|
||||
project("AutoPatcherServer_MySQL")
|
||||
IF(WIN32 AND NOT UNIX)
|
||||
FILE(GLOB AUTOSRC "${Autopatcher_SOURCE_DIR}/AutopatcherServer.cpp" "${Autopatcher_SOURCE_DIR}/MemoryCompressor.cpp" "${Autopatcher_SOURCE_DIR}/CreatePatch.cpp" "${Autopatcher_SOURCE_DIR}/AutopatcherServer.h")
|
||||
|
||||
Reference in New Issue
Block a user