mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-06-22 16:41:16 +00:00
Added Proxy
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
project(BeamNG-MP-Launcher)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
add_executable(BeamNG-MP-Launcher main.cpp enet.h)
|
||||
add_executable(BeamNG-MP-Launcher main.cpp enet.h proxy.cpp)
|
||||
|
||||
Reference in New Issue
Block a user