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/packages/bdd/cudd_config.h.cmake

33 lines
851 B
CMake
Raw Normal View History

2015-07-06 14:54:23 +01:00
// cmake template file
/* 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
/* Define to 1 if you have the <cudd/cudd.h> header file. */
#ifndef HAVE_CUDD_CUDD_H
2015-11-05 23:45:07 +00:00
#cmakedefine HAVE_CUDD_CUDD_H ${HAVE_CUDD_CUDD_H}
2015-07-06 14:54:23 +01:00
#endif
2015-11-05 23:45:07 +00:00
/*Define to 1 if you have the <cudd.h> header file. */
2015-07-06 14:54:23 +01:00
#ifndef HAVE_CUDD_H
2015-11-05 23:45:07 +00:00
#cmakedefine HAVE_CUDD_H ${HAVE_CUDD_H}
2015-07-06 14:54:23 +01:00
#endif
/* Define to 1 if you have the <cudd/util.h> header file. */
#ifndef HAVE_CUDD_UTIL_H
2015-11-05 23:45:07 +00:00
#cmakedefine HAVE_CUDD_UTIL_H ${HAVE_CUDD_UTIL_H}
2015-07-06 14:54:23 +01:00
#endif
/* Define to 1 if you have the <util.h> header file. */
#ifndef HAVE_UTIL_H
2015-11-05 23:45:07 +00:00
#cmakedefine HAVE_UTIL_H ${HAVE_UTIL_H}
2015-07-06 14:54:23 +01:00
#endif