mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-06-19 14:20:54 +00:00
switch to toml11
it's better, believe me
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ add_executable(BeamMP-Server
|
||||
target_include_directories(BeamMP-Server PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include" "${CMAKE_CURRENT_SOURCE_DIR}/commandline")
|
||||
|
||||
find_package(Lua REQUIRED)
|
||||
target_include_directories(BeamMP-Server PUBLIC ${Boost_INCLUDE_DIRS} ${LUA_INCLUDE_DIR} "socket.io-client-cpp/src" "include/tomlplusplus")
|
||||
target_include_directories(BeamMP-Server PUBLIC ${Boost_INCLUDE_DIRS} ${LUA_INCLUDE_DIR} "socket.io-client-cpp/src")
|
||||
|
||||
find_package(OpenSSL REQUIRED)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user