1
0
mirror of https://github.com/fumiama/simple-kanban.git synced 2026-06-29 23:51:09 +08:00

增加上传小工具

This commit is contained in:
fumiama
2021-07-01 00:42:01 +08:00
parent 65165ee581
commit ba80ee2261
4 changed files with 36 additions and 1 deletions

View File

@@ -21,4 +21,5 @@ target_link_libraries(simple-kanban spb pthread)
target_link_libraries(simple-kanban-client pthread)
target_link_libraries(cfgwriter spb)
INSTALL(TARGETS simple-kanban RUNTIME DESTINATION bin)
INSTALL(TARGETS simple-kanban RUNTIME DESTINATION bin)
INSTALL(TARGETS simple-kanban-client RUNTIME DESTINATION bin)