init commit

This commit is contained in:
Антон
2020-01-28 00:54:49 +05:00
parent 713a2af75c
commit b49a2a28f4
18 changed files with 1809 additions and 0 deletions

6
CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.15)
project(BeamNG-MP-Server)
set(CMAKE_CXX_STANDARD 14)
add_executable(untitled main.cpp)