添加readline优化控制台输入
This commit is contained in:
@ -2569,6 +2569,7 @@ if(SERVER)
|
||||
PROPERTY OUTPUT_NAME ${SERVER_EXECUTABLE}
|
||||
)
|
||||
target_link_libraries(game-server ${LIBS_SERVER})
|
||||
target_link_libraries(game-server readline)
|
||||
target_include_directories(game-server PRIVATE ${PNG_INCLUDE_DIRS})
|
||||
list(APPEND TARGETS_OWN game-server)
|
||||
list(APPEND TARGETS_LINK game-server)
|
||||
|
Reference in New Issue
Block a user