OpenSTA/config.h.cmake

16 lines
250 B
CMake
Raw Normal View History

2019-01-01 21:27:23 +01:00
// Compatible with autoheader/configure generated config.h
#define VERSION "${STA_VERSION}"
#define HAVE_PTHREAD_H ${HAVE_PTHREADS}
#if ${ZLIB_FOUND}==TRUE
#define ZLIB
#endif
#if ${CUDD_FOUND}==TRUE
#define CUDD
#endif
2019-01-06 01:09:27 +01:00
#define SSTA ${SSTA}