Yes it compiles fine when I do that.
But I can't start the server because lua.dll is missing.
the lua.dll is compiled in $lib/lua/<MODE>
Should be fixed when you add
But I can't start the server because lua.dll is missing.
the lua.dll is compiled in $lib/lua/<MODE>
Should be fixed when you add
Quote:set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_SOURCE_DIR}/MCServer")in the lua CMakeList.txt in the if (WIN32).