high accuracy ping + cleanup

This commit is contained in:
Anonymous275
2020-04-16 22:55:12 +03:00
parent 4d42289b1d
commit e5b0c6591b
4 changed files with 43 additions and 23 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ project(BeamMP-Launcher)
set(CMAKE_CXX_STANDARD 14)
add_executable(BeamMP-Launcher main.cpp proxy.cpp Security.cpp http.cpp Discord.cpp UpdateCheck.cpp CoreNetwork.cpp Resources.cpp)
add_executable(BeamMP-Launcher main.cpp proxy.cpp Security.cpp http.cpp Discord.cpp UpdateCheck.cpp CoreNetwork.cpp Resources.cpp ProxyParser.cpp)
target_link_libraries(BeamMP-Launcher discord-rpc libcurl_a)