mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-06-18 23:40:54 +00:00
Server Listener
Implemented the basic server system and routed the data to a new class for processing.
This commit is contained in:
+2
-6
@@ -3,9 +3,5 @@ project(BeamNG-MP-Server)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
add_executable(cmake-main src/main.cpp src/network.cpp src/logger.cpp src/config.cpp)
|
||||
ADD_LIBRARY(
|
||||
enet STATIC
|
||||
enet.lib
|
||||
)
|
||||
set_target_properties(enet PROPERTIES LINKER_LANGUAGE CXX)
|
||||
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)
|
||||
target_link_libraries(BeamNG-MP-Server winmm ws2_32)
|
||||
Reference in New Issue
Block a user