1
0
mirror of https://github.com/fumiama/simple-kanban.git synced 2026-06-21 18:48:53 +08:00

增加ipv6

This commit is contained in:
fumiama
2021-05-07 21:26:25 +08:00
parent 4496e78dfd
commit a07876cb33
2 changed files with 22 additions and 8 deletions

View File

@@ -6,6 +6,8 @@ if (${isBigEndian})
set ( WORDS_BIGENDIAN 1 )
endif()
#add_definitions(-DLISTEN_ON_IPV6)
add_executable(simple-kanban server.c)
add_executable(simple-kanban-client client.c)