CMake Upgrade
This commit is contained in:
@ -3,13 +3,13 @@
|
||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
||||
#
|
||||
#
|
||||
# Modified work: Copyright (c) 2019, SLikeSoft UG (haftungsbeschr<68>nkt)
|
||||
# Modified work: Copyright (c) 2019, SLikeSoft UG (haftungsbeschr<68>nkt)
|
||||
#
|
||||
# This source code was modified by SLikeSoft. Modifications are licensed under the MIT-style
|
||||
# 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)
|
||||
|
||||
option( RAKNET_ENABLE_EXTENSIONS "Enable extension projects that might need specific dependencies." TRUE )
|
||||
option( RAKNET_EXTENSION_USEMYSQL "Enable extensions using MySQL" TRUE )
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
#
|
||||
|
||||
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
cmake_minimum_required(VERSION 3.12)
|
||||
GETCURRENTFOLDER()
|
||||
FINDIRRLICHT()
|
||||
IF(WIN32 AND NOT UNIX)
|
||||
|
||||
@ -3,13 +3,13 @@
|
||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
||||
#
|
||||
#
|
||||
# Modified work: Copyright (c) 2019, SLikeSoft UG (haftungsbeschr<68>nkt)
|
||||
# Modified work: Copyright (c) 2019, SLikeSoft UG (haftungsbeschr<68>nkt)
|
||||
#
|
||||
# This source code was modified by SLikeSoft. Modifications are licensed under the MIT-style
|
||||
# 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)
|
||||
GETCURRENTFOLDER()
|
||||
|
||||
IF(UNIX AND USEOIS AND NOT DISABLEDEPENDENCIES)
|
||||
|
||||
@ -3,13 +3,13 @@
|
||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
||||
#
|
||||
#
|
||||
# Modified work: Copyright (c) 2019, SLikeSoft UG (haftungsbeschr<68>nkt)
|
||||
# Modified work: Copyright (c) 2019, SLikeSoft UG (haftungsbeschr<68>nkt)
|
||||
#
|
||||
# This source code was modified by SLikeSoft. Modifications are licensed under the MIT-style
|
||||
# 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(LibRPC3)
|
||||
IF (NOT WIN32 AND UNIX)
|
||||
FILE(GLOB ALL_HEADER_SRCS *.h)
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
||||
#
|
||||
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
cmake_minimum_required(VERSION 3.12)
|
||||
project(portaudio)
|
||||
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
||||
#
|
||||
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
cmake_minimum_required(VERSION 3.12)
|
||||
project(speex)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user