Some build fixes and changes

This commit is contained in:
KimLS
2018-06-27 19:54:33 -07:00
parent 254764c1e6
commit 50eededd9f
5 changed files with 9 additions and 52 deletions
+1 -1
View File
@@ -65,6 +65,6 @@ TARGET_LINK_LIBRARIES(world ${SERVER_LIBS})
IF(EQEMU_BUILD_PERL)
TARGET_LINK_LIBRARIES(world ${PERL_LIBRARY})
ENDIF(EQEMU_BUILD_PERL)
ENDIF()
SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)