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("Chat Example")
|
||||
include_directories(${SLIKENET_HEADER_FILES} ./)
|
||||
add_executable(ChatServer "Server/Chat Example Server.cpp")
|
||||
|
||||
Reference in New Issue
Block a user