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.

9 lines
336 B

2 months ago
  1. cudd_libcudd_la_SOURCES += util/util.h util/cstringstream.h \
  2. util/cpu_stats.c util/cpu_time.c util/cstringstream.c util/datalimit.c \
  3. util/pathsearch.c util/pipefork.c util/prtime.c util/safe_mem.c \
  4. util/strsav.c util/texpand.c util/ucbqsort.c
  5. if MINGW64
  6. if CROSS_COMPILING
  7. cudd_libcudd_la_LIBADD = -lws2_32 -lpsapi
  8. endif
  9. endif