This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/cmake/cudd_config.h.cmake

44 lines
1.2 KiB
CMake
Raw Normal View History

2015-07-06 14:54:23 +01:00
// cmake template file
2016-08-23 21:08:36 +01:00
/* 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
2015-07-06 14:54:23 +01:00
/* Define to 1 if you have the <cuddInt.h> header file. */
#ifndef HAVE_CUDDINT_H
2015-11-05 23:45:07 +00:00
#cmakedefine HAVE_CUDDINT_H ${HAVE_CUDDINT_H}
2015-07-06 14:54:23 +01:00
#endif
/* Define to 1 if you have the <cudd/cuddInt.h> header file. */
#ifndef HAVE_CUDD_CUDDINT_H
2015-11-05 23:45:07 +00:00
#cmakedefine HAVE_CUDD_CUDDINT_H ${HAVE_CUDD_CUDDINT_H}
2015-07-06 14:54:23 +01:00
#endif
2016-04-14 11:58:35 +01:00
/* Define to 1 if you have the <cuddObj.hh> header file. */
#ifndef HAVE_CUDDOBJ_HH
#cmakedefine HAVE_CUDDOBJ_HH ${HAVE_CUDDOBJ_HH}
2015-07-06 14:54:23 +01:00
#endif
2016-04-14 11:58:35 +01:00
/* 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}
2015-07-06 14:54:23 +01:00
#endif
2016-04-14 11:58:35 +01:00
/* Define to 1 if you have the <dddmpInt.h> header file. */
#ifndef HAVE_DDDMPINT_H
#cmakedefine HAVE_DDDMPINT_H ${HAVE_DDDMPINT_H}
2015-07-06 14:54:23 +01:00
#endif
2016-04-14 11:58:35 +01:00
/* 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