33 lines
851 B
CMake
33 lines
851 B
CMake
// cmake template file
|
|
|
|
/* Define to 1 if you have the <cuddInt.h> header file. */
|
|
#ifndef HAVE_CUDDINT_H
|
|
#cmakedefine HAVE_CUDDINT_H ${HAVE_CUDDINT_H}
|
|
#endif
|
|
|
|
/* Define to 1 if you have the <cudd/cuddInt.h> header file. */
|
|
#ifndef HAVE_CUDD_CUDDINT_H
|
|
#cmakedefine HAVE_CUDD_CUDDINT_H ${HAVE_CUDD_CUDDINT_H}
|
|
#endif
|
|
|
|
/* Define to 1 if you have the <cudd/cudd.h> header file. */
|
|
#ifndef HAVE_CUDD_CUDD_H
|
|
#cmakedefine HAVE_CUDD_CUDD_H ${HAVE_CUDD_CUDD_H}
|
|
#endif
|
|
|
|
/*Define to 1 if you have the <cudd.h> header file. */
|
|
#ifndef HAVE_CUDD_H
|
|
#cmakedefine HAVE_CUDD_H ${HAVE_CUDD_H}
|
|
#endif
|
|
|
|
/* Define to 1 if you have the <cudd/util.h> header file. */
|
|
#ifndef HAVE_CUDD_UTIL_H
|
|
#cmakedefine HAVE_CUDD_UTIL_H ${HAVE_CUDD_UTIL_H}
|
|
#endif
|
|
|
|
/* Define to 1 if you have the <util.h> header file. */
|
|
#ifndef HAVE_UTIL_H
|
|
#cmakedefine HAVE_UTIL_H ${HAVE_UTIL_H}
|
|
#endif
|
|
|