The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 

9 lines
336 B

cudd_libcudd_la_SOURCES += util/util.h util/cstringstream.h \
util/cpu_stats.c util/cpu_time.c util/cstringstream.c util/datalimit.c \
util/pathsearch.c util/pipefork.c util/prtime.c util/safe_mem.c \
util/strsav.c util/texpand.c util/ucbqsort.c
if MINGW64
if CROSS_COMPILING
cudd_libcudd_la_LIBADD = -lws2_32 -lpsapi
endif
endif