From 753ceccfb4517ae0aa4445c18ae34ca52171f28d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 12 Mar 2018 09:48:00 +0100 Subject: Add CMake --- config.h.cmake.in | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 config.h.cmake.in (limited to 'config.h.cmake.in') diff --git a/config.h.cmake.in b/config.h.cmake.in new file mode 100644 index 00000000..11e0a87c --- /dev/null +++ b/config.h.cmake.in @@ -0,0 +1,62 @@ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* Define to 1 if Cairo is available */ +#cmakedefine HAVE_CAIRO + +/* Define to 1 if clock_gettime is available. */ +#cmakedefine HAVE_CLOCK_GETTIME + +/* Define to 1 if sched_setaffinity is available. */ +#undef HAVE_CPU_AFFINITY + +/* Define to 1 if a SysV or X/Open compatible Curses library is present */ +#undef HAVE_CURSES + +/* Define to 1 if library supports color (enhanced functions) */ +#undef HAVE_CURSES_COLOR + +/* Define to 1 if FFTW is available */ +#cmakedefine HAVE_FFTW + +/* Define to 1 if GTK and GDK are available */ +#cmakedefine HAVE_GTK + +/* Define to 1 if OpenCL is available */ +#cmakedefine HAVE_OPENCL + +/* Define to 1 if CL/cl.h should be used */ +#cmakedefine HAVE_CL_CL_H + +/* Define to 1 if libTIFF is available */ +#cmakedefine HAVE_TIFF + +/* Define to 1 if libxgandalf is available */ +#cmakedefine HAVE_XGANDALF + +/* Define to 1 if libfastDiffractionImageProcessing is available */ +#cmakedefine HAVE_FDIP + +/* Define to 1 if libcbf is available */ +#cmakedefine HAVE_CBFLIB + +/* Name of package */ +#define PACKAGE "crystfel" + +/* Define to the address where bug reports for this package should be sent. */ +#define PACKAGE_BUGREPORT "taw@physics.org" + +/* Define to the full name of this package. */ +#define PACKAGE_NAME "crystfel" + +/* Define to the full name and version of this package. */ +#define PACKAGE_STRING "crystfel 0.6.2" + +/* Define to the one symbol short name of this package. */ +#define PACKAGE_TARNAME "crystfel" + +/* Define to the home page for this package. */ +#define PACKAGE_URL "" + +/* Define to the version of this package. */ +#define PACKAGE_VERSION "0.6.3" + -- cgit v1.2.3