cmake: libCuba now containing the right symbols for c++/c.

This commit is contained in:
2018-05-16 19:32:03 +02:00
parent 326f40ce04
commit 1d191acd60
6 changed files with 26 additions and 41 deletions

View File

@ -23,6 +23,12 @@
// Define to 1 if you have the <inttypes.h> header file.
#cmakedefine HAVE_INTTYPES_H 1
// Define to 1 if the type `long double' works and has more range or precision than `double'.
#cmakedefine HAVE_LONG_DOUBLE 1
// Define to 1 if the type `long double' works and has more range or precision than `double'.
#cmakedefine HAVE_LONG_DOUBLE_WIDER 1
// Define to 1 if fftw3f_threads are available
#cmakedefine HAVE_LIBFFTW3F_THREADS 1