44 lines
1.2 KiB
CMake
44 lines
1.2 KiB
CMake
// cmake template file
|
|
|
|
/* Define to 1 if you have the <cuddInt.h> header file. */
|
|
#ifndef HAVE_CUDD_H
|
|
#cmakedefine HAVE_CUDD_H ${HAVE_CUDD_H}
|
|
#endif
|
|
|
|
/* Define to 1 if you have the <cudd/cuddInt.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 <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 <cuddObj.hh> header file. */
|
|
#ifndef HAVE_CUDDOBJ_HH
|
|
#cmakedefine HAVE_CUDDOBJ_HH ${HAVE_CUDDOBJ_HH}
|
|
#endif
|
|
|
|
/* Define to 1 if you have the <cudd/cuddObj.hh> header file. */
|
|
#ifndef HAVE_CUDD_CUDDOBJ_HH
|
|
#cmakedefine HAVE_CUDD_CUDDOBJ_HH ${HAVE_CUDD_CUDDOBJ_HH}
|
|
#endif
|
|
|
|
|
|
/* Define to 1 if you have the <dddmpInt.h> header file. */
|
|
#ifndef HAVE_DDDMPINT_H
|
|
#cmakedefine HAVE_DDDMPINT_H ${HAVE_DDDMPINT_H}
|
|
#endif
|
|
|
|
/* Define to 1 if you have the <cudd/dddmpInt.h> header file. */
|
|
#ifndef HAVE_CUDD_CUDDINT_H
|
|
#cmakedefine HAVE_CUDD_DDDMPINT_H ${HAVE_CUDD_DDDMPINT_H}
|
|
#endif
|