This commit is contained in:
Anonymous275
2020-04-10 21:42:04 +03:00
parent 9bdec9e5f8
commit 29e77b147c
6 changed files with 36 additions and 36 deletions
+3 -1
View File
@@ -6,5 +6,7 @@ include_directories(${PROJECT_SOURCE_DIR}/curl)
set(CMAKE_CXX_STANDARD 14)
add_executable(BeamMP-Server src/main.cpp src/http.cpp src/logger.cpp src/config.cpp src/Network/Server.cpp src/Network/enet.h src/Network/DataParser.cpp src/heartbeat.cpp src/Network/ClientHandler.cpp src/Network/functions.cpp src/settings.h)
add_executable(BeamMP-Server src/main.cpp src/http.cpp src/logger.cpp src/config.cpp src/Network/Server.cpp
src/Network/enet.h src/Network/DataParser.cpp src/heartbeat.cpp
src/Network/ClientHandler.cpp src/Network/functions.cpp src/Settings.hpp)
target_link_libraries(BeamMP-Server winmm ws2_32 libcurl_a)