Add CLI option for two player game, and associated framework to hook it all together.
[sgk-go] / utils / CMakeLists.txt
SET(utils_STAT_SRCS
getopt.c
getopt1.c
random.c
gg_utils.c
winsocket.c
)
ADD_LIBRARY(utils STATIC ${utils_STAT_SRCS})