File: CMakeLists.txt

package info (click to toggle)
gnugo 3.8-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 17,312 kB
  • ctags: 4,228
  • sloc: ansic: 56,439; perl: 3,771; lisp: 2,789; sh: 730; makefile: 700; python: 682; awk: 113; sed: 22
file content (9 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
SET(utils_STAT_SRCS
    getopt.c
    getopt1.c
    random.c
    gg_utils.c
    winsocket.c
    )

ADD_LIBRARY(utils STATIC ${utils_STAT_SRCS})