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
-8
View File
@@ -262,12 +262,4 @@ ADD_DEFINITIONS(-DZONE)
TARGET_LINK_LIBRARIES(zone ${SERVER_LIBS})
IF(EQEMU_BUILD_PERL)
TARGET_LINK_LIBRARIES(zone ${PERL_LIBRARY})
ENDIF()
IF(EQEMU_BUILD_LUA)
TARGET_LINK_LIBRARIES(zone luabind ${LUA_LIBRARY})
ENDIF(EQEMU_BUILD_LUA)
SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)