mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-22 16:18:38 +00:00
2 crash fixes + data compressor
This commit is contained in:
@@ -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 VehicleNetwork.cpp proxy.cpp Security.cpp http.cpp Discord.cpp UpdateCheck.cpp CoreNetwork.cpp Resources.cpp Compressor.cpp VehicleNetwork.cpp)
|
||||
|
||||
target_link_libraries(BeamMP-Launcher discord-rpc libcurl_a)
|
||||
target_link_libraries(BeamMP-Launcher discord-rpc libcurl_a zlibstatic)
|
||||
Reference in New Issue
Block a user