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.
|
# 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)
|
||||||
|
|
||||||
# CMake policy settings
|
# CMake policy settings
|
||||||
if( POLICY CMP0037 )
|
if( POLICY CMP0037 )
|
||||||
|
|||||||
@ -3,13 +3,13 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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
|
# 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.
|
# 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_ENABLE_EXTENSIONS "Enable extension projects that might need specific dependencies." TRUE )
|
||||||
option( RAKNET_EXTENSION_USEMYSQL "Enable extensions using MySQL" 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()
|
GETCURRENTFOLDER()
|
||||||
FINDIRRLICHT()
|
FINDIRRLICHT()
|
||||||
IF(WIN32 AND NOT UNIX)
|
IF(WIN32 AND NOT UNIX)
|
||||||
|
|||||||
@ -3,13 +3,13 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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
|
# 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.
|
# 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()
|
GETCURRENTFOLDER()
|
||||||
|
|
||||||
IF(UNIX AND USEOIS AND NOT DISABLEDEPENDENCIES)
|
IF(UNIX AND USEOIS AND NOT DISABLEDEPENDENCIES)
|
||||||
|
|||||||
@ -3,13 +3,13 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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
|
# 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.
|
# 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)
|
project(LibRPC3)
|
||||||
IF (NOT WIN32 AND UNIX)
|
IF (NOT WIN32 AND UNIX)
|
||||||
FILE(GLOB ALL_HEADER_SRCS *.h)
|
FILE(GLOB ALL_HEADER_SRCS *.h)
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
project(portaudio)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
project(speex)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
# license found in the license.txt file in the root directory of this source tree.
|
# 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)
|
||||||
|
|
||||||
set(SLIKENET_INTERNAL_INCLUDE_DIRS
|
set(SLIKENET_INTERNAL_INCLUDE_DIRS
|
||||||
${SLikeNet_SOURCE_DIR}/Source/include
|
${SLikeNet_SOURCE_DIR}/Source/include
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
# license found in the license.txt file in the root directory of this source tree.
|
# 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(SLikeNetDLL)
|
project(SLikeNetDLL)
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
# license found in the license.txt file in the root directory of this source tree.
|
# 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(SLikeNetLibStatic)
|
project(SLikeNetLibStatic)
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
# license found in the license.txt file in the root directory of this source tree.
|
# 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")
|
project("AutoPatcherServer_MySQL")
|
||||||
IF(WIN32 AND NOT UNIX)
|
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")
|
FILE(GLOB AUTOSRC "${Autopatcher_SOURCE_DIR}/AutopatcherServer.cpp" "${Autopatcher_SOURCE_DIR}/MemoryCompressor.cpp" "${Autopatcher_SOURCE_DIR}/CreatePatch.cpp" "${Autopatcher_SOURCE_DIR}/AutopatcherServer.h")
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
# license found in the license.txt file in the root directory of this source tree.
|
# 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(AutopatcherClient)
|
project(AutopatcherClient)
|
||||||
|
|
||||||
set(Autopatcher_SOURCE_DIR ${SLikeNet_SOURCE_DIR}/DependentExtensions/Autopatcher)
|
set(Autopatcher_SOURCE_DIR ${SLikeNet_SOURCE_DIR}/DependentExtensions/Autopatcher)
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
# license found in the license.txt file in the root directory of this source tree.
|
# 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(AutopatcherClientGFx3)
|
project(AutopatcherClientGFx3)
|
||||||
IF(WIN32 AND NOT UNIX)
|
IF(WIN32 AND NOT UNIX)
|
||||||
FINDD3D()
|
FINDD3D()
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
# license found in the license.txt file in the root directory of this source tree.
|
# 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(AutopatcherClientRestarter)
|
project(AutopatcherClientRestarter)
|
||||||
include_directories(${SLIKENET_HEADER_FILES} ./)
|
include_directories(${SLIKENET_HEADER_FILES} ./)
|
||||||
add_executable(AutopatcherClientRestarter "main.cpp")
|
add_executable(AutopatcherClientRestarter "main.cpp")
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
# license found in the license.txt file in the root directory of this source tree.
|
# 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)
|
project(AutopatcherServer)
|
||||||
|
|
||||||
IF(WIN32 AND NOT UNIX)
|
IF(WIN32 AND NOT UNIX)
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Samples")
|
VSUBFOLDER(${current_folder} "Samples")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(BurstTest)
|
STANDARDSUBPROJECT(BurstTest)
|
||||||
VSUBFOLDER(BurstTest "Internal Tests")
|
VSUBFOLDER(BurstTest "Internal Tests")
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
# license found in the license.txt file in the root directory of this source tree.
|
# 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_SAMPLE_AutopatcherClient "" True )
|
option( RAKNET_SAMPLE_AutopatcherClient "" True )
|
||||||
#option( RAKNET_SAMPLE_AutopatcherClientGFx3_0 "" True )
|
#option( RAKNET_SAMPLE_AutopatcherClientGFx3_0 "" True )
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
# license found in the license.txt file in the root directory of this source tree.
|
# 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("Chat Example")
|
project("Chat Example")
|
||||||
include_directories(${SLIKENET_HEADER_FILES} ./)
|
include_directories(${SLIKENET_HEADER_FILES} ./)
|
||||||
add_executable(ChatServer "Server/Chat Example Server.cpp")
|
add_executable(ChatServer "Server/Chat Example Server.cpp")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Samples")
|
VSUBFOLDER(${current_folder} "Samples")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Samples")
|
VSUBFOLDER(${current_folder} "Samples")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Samples")
|
VSUBFOLDER(${current_folder} "Samples")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Samples/Command Console")
|
VSUBFOLDER(${current_folder} "Samples/Command Console")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Samples/Command Console")
|
VSUBFOLDER(${current_folder} "Samples/Command Console")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Internal Tests")
|
VSUBFOLDER(${current_folder} "Internal Tests")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
|
|
||||||
IF (WIN32 AND NOT UNIX)
|
IF (WIN32 AND NOT UNIX)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Internal Tests")
|
VSUBFOLDER(${current_folder} "Internal Tests")
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
# license found in the license.txt file in the root directory of this source tree.
|
# 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()
|
GETCURRENTFOLDER()
|
||||||
|
|
||||||
project(${current_folder})
|
project(${current_folder})
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(DroppedConnectionTest)
|
STANDARDSUBPROJECT(DroppedConnectionTest)
|
||||||
VSUBFOLDER(DroppedConnectionTest "Internal Tests")
|
VSUBFOLDER(DroppedConnectionTest "Internal Tests")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Internal Tests")
|
VSUBFOLDER(${current_folder} "Internal Tests")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Internal Tests")
|
VSUBFOLDER(${current_folder} "Internal Tests")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Internal Tests")
|
VSUBFOLDER(${current_folder} "Internal Tests")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(FlowControlTest)
|
STANDARDSUBPROJECT(FlowControlTest)
|
||||||
VSUBFOLDER(FlowControlTest "Internal Tests")
|
VSUBFOLDER(FlowControlTest "Internal Tests")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Samples")
|
VSUBFOLDER(${current_folder} "Samples")
|
||||||
|
|||||||
@ -3,13 +3,13 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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
|
# 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.
|
# 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(Lobby2Client)
|
project(Lobby2Client)
|
||||||
include_directories(${SLIKENET_HEADER_FILES} ./ ${SLikeNet_SOURCE_DIR}/DependentExtensions/Lobby2 ${SLikeNet_SOURCE_DIR}/DependentExtensions/Lobby2/Rooms)
|
include_directories(${SLIKENET_HEADER_FILES} ./ ${SLikeNet_SOURCE_DIR}/DependentExtensions/Lobby2 ${SLikeNet_SOURCE_DIR}/DependentExtensions/Lobby2/Rooms)
|
||||||
FILE(GLOB LOBBYFILES ${SLikeNet_SOURCE_DIR}/DependentExtensions/Lobby2/*.cpp ${SLikeNet_SOURCE_DIR}/DependentExtensions/Lobby2/*.h)
|
FILE(GLOB LOBBYFILES ${SLikeNet_SOURCE_DIR}/DependentExtensions/Lobby2/*.cpp ${SLikeNet_SOURCE_DIR}/DependentExtensions/Lobby2/*.h)
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Internal Tests")
|
VSUBFOLDER(${current_folder} "Internal Tests")
|
||||||
|
|||||||
@ -3,13 +3,13 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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
|
# 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.
|
# 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()
|
GETCURRENTFOLDER()
|
||||||
SET(EXTRALIBS "") #Extra libraries, we have none
|
SET(EXTRALIBS "") #Extra libraries, we have none
|
||||||
#note the .h files are included so they show up in the windows project
|
#note the .h files are included so they show up in the windows project
|
||||||
|
|||||||
@ -9,6 +9,6 @@
|
|||||||
# license found in the license.txt file in the root directory of this source tree.
|
# 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()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECTWITHOPTIONS(${current_folder} "${SLikeNet_SOURCE_DIR}/Samples/CloudServer" "${SLikeNet_SOURCE_DIR}/Samples/CloudServer/CloudServerHelper.cpp" "")
|
STANDARDSUBPROJECTWITHOPTIONS(${current_folder} "${SLikeNet_SOURCE_DIR}/Samples/CloudServer" "${SLikeNet_SOURCE_DIR}/Samples/CloudServer/CloudServerHelper.cpp" "")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Samples")
|
VSUBFOLDER(${current_folder} "Samples")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Samples")
|
VSUBFOLDER(${current_folder} "Samples")
|
||||||
|
|||||||
@ -3,13 +3,13 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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
|
# 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.
|
# 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()
|
GETCURRENTFOLDER()
|
||||||
FINDBOOST()
|
FINDBOOST()
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Samples")
|
VSUBFOLDER(${current_folder} "Samples")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
# license found in the license.txt file in the root directory of this source tree.
|
# 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()
|
GETCURRENTFOLDER()
|
||||||
FINDPORTAUDIO()
|
FINDPORTAUDIO()
|
||||||
project(${current_folder})
|
project(${current_folder})
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
# license found in the license.txt file in the root directory of this source tree.
|
# 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)
|
||||||
|
|
||||||
|
|
||||||
IF(WIN32 AND NOT UNIX)
|
IF(WIN32 AND NOT UNIX)
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
# license found in the license.txt file in the root directory of this source tree.
|
# 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()
|
GETCURRENTFOLDER()
|
||||||
FINDPORTAUDIO()
|
FINDPORTAUDIO()
|
||||||
FINDFMODEX()
|
FINDFMODEX()
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(ReliableOrderedTest)
|
STANDARDSUBPROJECT(ReliableOrderedTest)
|
||||||
VSUBFOLDER(ReliableOrderedTest "Internal Tests")
|
VSUBFOLDER(ReliableOrderedTest "Internal Tests")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Internal Tests")
|
VSUBFOLDER(${current_folder} "Internal Tests")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Internal Tests")
|
VSUBFOLDER(${current_folder} "Internal Tests")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Internal Tests")
|
VSUBFOLDER(${current_folder} "Internal Tests")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Internal Tests")
|
VSUBFOLDER(${current_folder} "Internal Tests")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Samples")
|
VSUBFOLDER(${current_folder} "Samples")
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
# 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)
|
||||||
GETCURRENTFOLDER()
|
GETCURRENTFOLDER()
|
||||||
STANDARDSUBPROJECT(${current_folder})
|
STANDARDSUBPROJECT(${current_folder})
|
||||||
VSUBFOLDER(${current_folder} "Samples/NAT Punchthrough")
|
VSUBFOLDER(${current_folder} "Samples/NAT Punchthrough")
|
||||||
|
|||||||
Reference in New Issue
Block a user