cmake: remove second ${LIB_EV} in target_libraries

This commit is contained in:
Michael Gehring 2008-06-20 12:15:23 +02:00
parent b83052281e
commit 7ed1ee43ca
1 changed files with 1 additions and 2 deletions

View File

@ -89,8 +89,7 @@ TARGET_LINK_LIBRARIES(${PROJECT_AWE_NAME}
${LUA_LIB} ${LUA_LIB}
${LIB_EV} ${LIB_EV}
${LIB_READLINE} ${LIB_READLINE}
${LIB_NCURSES} ${LIB_NCURSES})
${LIB_EV})
TARGET_LINK_LIBRARIES(${PROJECT_AWECLIENT_NAME} TARGET_LINK_LIBRARIES(${PROJECT_AWECLIENT_NAME}
${AWE_MOD_LIBRARIES} ${AWE_MOD_LIBRARIES}