add lua engine, lua file, server, client, vehicle data, other stuff

This commit is contained in:
Lion Kortlepel
2021-02-15 02:35:15 +01:00
committed by Anonymous275
parent e5e447c7af
commit 459814a6ec
21 changed files with 1538 additions and 15 deletions
+7
View File
@@ -22,7 +22,14 @@ find_package(Boost REQUIRED COMPONENTS system thread)
add_executable(BeamMP-Server
src/main.cpp
src/TConsole.cpp
src/TServer.cpp
src/Compat.cpp
src/Common.cpp
src/Client.cpp
src/VehicleData.cpp
src/TConfig.cpp
src/TLuaEngine.cpp
src/TLuaFile.cpp
)
target_include_directories(BeamMP-Server PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include" "${CMAKE_CURRENT_SOURCE_DIR}/commandline")