Add CLI option for two player game, and associated framework to hook it all together.
[sgk-go] / utils / CMakeLists.txt
CommitLineData
7eeb782e
AT
1SET(utils_STAT_SRCS
2 getopt.c
3 getopt1.c
4 random.c
5 gg_utils.c
6 winsocket.c
7 )
8
9ADD_LIBRARY(utils STATIC ${utils_STAT_SRCS})