mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 23:46:59 +00:00
8 lines
178 B
CMake
8 lines
178 B
CMake
cmake_minimum_required(VERSION 3.15)
|
|
|
|
project(BeamNG-MP-Launcher)
|
|
|
|
set(CMAKE_CXX_STANDARD 14)
|
|
|
|
add_executable(BeamNG-MP-Launcher main.cpp enet.h proxy.cpp Security.cpp http.cpp)
|