From aca3c52c20b09ab4a2d744b0a30a0770b68215b7 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 29 Jul 2021 12:11:43 +0200 Subject: [PATCH] remove luasocket again --- CMakeLists.txt | 3 +++ lib/CMakeLists.txt | 5 +++++ lib/luasocket | 1 - 3 files changed, 8 insertions(+), 1 deletion(-) delete mode 160000 lib/luasocket diff --git a/CMakeLists.txt b/CMakeLists.txt index cd6a6ec..87f888b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,7 @@ cmake_minimum_required(VERSION 3.0) + message(STATUS "You can find build instructions and a list of dependencies in the README at \ https://github.com/BeamMP/BeamMP-Server") @@ -60,6 +61,8 @@ include_directories("rapidjson/include") include_directories("websocketpp") add_subdirectory("socket.io-client-cpp") add_subdirectory("include/commandline") +# builds all libraries that don't have cmakelists +add_subdirectory("lib") set(CMAKE_CXX_STANDARD 17) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index e69de29..ab2d18a 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -0,0 +1,5 @@ + + +############# luasocket ############# + +##################################### \ No newline at end of file diff --git a/lib/luasocket b/lib/luasocket deleted file mode 160000 index 5b18e47..0000000 --- a/lib/luasocket +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5b18e475f38fcf28429b1cc4b17baee3b9793a62