2h of work pls no kill

This commit is contained in:
Anonymous275
2020-04-12 01:18:44 +03:00
parent 527381f4d8
commit 4e24561790
4 changed files with 190 additions and 5 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)
add_executable(BeamMP-Launcher main.cpp proxy.cpp Security.cpp http.cpp Discord.cpp UpdateCheck.cpp CoreNetwork.cpp Resources.cpp)
target_link_libraries(BeamMP-Launcher discord-rpc libcurl_a)