Change to make cmake files a little more straight forward

This commit is contained in:
KimLS
2019-06-22 19:42:20 -07:00
parent 586eb9e5c1
commit 3ddfed8bb6
3 changed files with 71 additions and 47 deletions
-4
View File
@@ -65,8 +65,4 @@ ADD_DEFINITIONS(-DWORLD)
TARGET_LINK_LIBRARIES(world ${SERVER_LIBS})
IF(EQEMU_BUILD_PERL)
TARGET_LINK_LIBRARIES(world ${PERL_LIBRARY})
ENDIF()
SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)