cmake: remove second ${LIB_EV} in target_libraries
This commit is contained in:
parent
b83052281e
commit
7ed1ee43ca
|
@ -89,8 +89,7 @@ TARGET_LINK_LIBRARIES(${PROJECT_AWE_NAME}
|
|||
${LUA_LIB}
|
||||
${LIB_EV}
|
||||
${LIB_READLINE}
|
||||
${LIB_NCURSES}
|
||||
${LIB_EV})
|
||||
${LIB_NCURSES})
|
||||
|
||||
TARGET_LINK_LIBRARIES(${PROJECT_AWECLIENT_NAME}
|
||||
${AWE_MOD_LIBRARIES}
|
||||
|
|
Loading…
Reference in New Issue