Camargue
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
includes
config.hpp
Go to the documentation of this file.
1
//>>> config.hpp generated by scripts/gen_config.py
2
//>>> For best results, please use that script instead of manually editing
3
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
11
12
#ifndef CMR_CONFIG_H
13
#define CMR_CONFIG_H
14
19
22
#define CMR_HAVE_CATCH 1
23
25
#define CMR_HAVE_OMP 1
26
28
#define CMR_HAVE_SAFEGMI 1
29
31
32
33
39
41
#if CMR_HAVE_CATCH
42
44
#define CATCH_CONFIG_FAST_COMPILE
45
47
#undef CMR_DO_TESTS
48
49
#endif //CMR_HAVE_CATCH
50
51
52
53
#ifndef CMR_DO_TESTS
54
#if CMR_HAVE_OMP
55
57
#define CMR_USE_OMP 1
58
59
#endif //CMR_HAVE_OPENMP
60
#endif //CMR_DO_TESTS
61
62
64
65
66
67
68
#endif // CMR_CONFIG_H
Generated by
1.8.11