diff options
author | Mattes D <github@xoft.cz> | 2015-09-08 09:12:02 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-09-08 09:12:02 +0200 |
commit | 76d2f85b9abe29deb9500ce45607bb53337a4c26 (patch) | |
tree | 2d4f0a23cd14fef2c132130fe02bb8cbd28a6e16 /src | |
parent | Added gallery web previews to ignore list. (diff) | |
download | cuberite-76d2f85b9abe29deb9500ce45607bb53337a4c26.tar cuberite-76d2f85b9abe29deb9500ce45607bb53337a4c26.tar.gz cuberite-76d2f85b9abe29deb9500ce45607bb53337a4c26.tar.bz2 cuberite-76d2f85b9abe29deb9500ce45607bb53337a4c26.tar.lz cuberite-76d2f85b9abe29deb9500ce45607bb53337a4c26.tar.xz cuberite-76d2f85b9abe29deb9500ce45607bb53337a4c26.tar.zst cuberite-76d2f85b9abe29deb9500ce45607bb53337a4c26.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a9e1a6606..583ca4d3b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -316,7 +316,7 @@ if (MSVC) OUTPUT ${BINDING_OUTPUTS} # Copy the Lua DLL into the Bindings folder, so that tolua can run from there: - COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_SOURCE_DIR}/MCServer/lua51.dll ./lua51.dll + COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_SOURCE_DIR}/Server/lua51.dll ./lua51.dll # Regenerate bindings: COMMAND tolua -L BindingsProcessor.lua -o Bindings.cpp -H Bindings.h AllToLua.pkg @@ -330,7 +330,7 @@ endif() add_executable(${EXECUTABLE} ${SOURCE}) -# Output the executable into the $/MCServer folder, so that it has access to external resources: +# Output the executable into the $/Server folder, so that it has access to external resources: set(EXECUTABLE_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/Server) SET_TARGET_PROPERTIES(${EXECUTABLE} PROPERTIES RUNTIME_OUTPUT_DIRECTORY_DEBUG ${CMAKE_SOURCE_DIR}/Server |