mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-06-17 22:23:03 +00:00
add luasocket
This commit is contained in:
+4
-2
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.0)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
message(STATUS "You can find build instructions and a list of dependencies in the README at \
|
message(STATUS "You can find build instructions and a list of dependencies in the README at \
|
||||||
https://github.com/BeamMP/BeamMP-Server")
|
https://github.com/BeamMP/BeamMP-Server")
|
||||||
|
|
||||||
@@ -61,8 +62,9 @@ include_directories("rapidjson/include")
|
|||||||
include_directories("websocketpp")
|
include_directories("websocketpp")
|
||||||
add_subdirectory("socket.io-client-cpp")
|
add_subdirectory("socket.io-client-cpp")
|
||||||
add_subdirectory("include/commandline")
|
add_subdirectory("include/commandline")
|
||||||
# builds all libraries that don't have cmakelists
|
# luasocket
|
||||||
add_subdirectory("lib")
|
set(WANTS_BUILD_STATIC_LIBRARY ON)
|
||||||
|
add_subdirectory("lib/luasocket-cmake")
|
||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 17)
|
set(CMAKE_CXX_STANDARD 17)
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
############# luasocket #############
|
|
||||||
|
|
||||||
#####################################
|
|
||||||
Submodule
+1
Submodule lib/luasocket-cmake added at 2cb3208cf3
Reference in New Issue
Block a user