1
0

添加readline优化控制台输入

This commit is contained in:
Your Name
2023-04-15 23:30:08 +08:00
parent 18dfa2d933
commit a6ef7126be
3 changed files with 15 additions and 10 deletions

View File

@ -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)