Modified colors for compatibility with Tektronix 4107 terminal in ANSI mode.
[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})