This commit is contained in:
Anonymous275
2020-04-09 20:37:38 +03:00
parent 104856938a
commit 3c244c7e7f
11 changed files with 73 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.15)
project(BeamNG-MP-Server)
project(BeamMP-Server)
set(CMAKE_CXX_STANDARD 14)
add_executable(BeamNG-MP-Server src/main.cpp src/logger.cpp src/config.cpp src/Network/Server.cpp src/Network/enet.h src/Network/DataParser.cpp src/heartbeat.cpp src/heartbeat.h src/Network/ClientHandler.cpp)
target_link_libraries(BeamNG-MP-Server winmm ws2_32)
add_executable(BeamMP-Server src/main.cpp src/logger.cpp src/config.cpp src/Network/Server.cpp src/Network/enet.h src/Network/DataParser.cpp src/heartbeat.cpp src/heartbeat.h src/Network/ClientHandler.cpp src/Network/functions.cpp)
target_link_libraries(BeamMP-Server winmm ws2_32)