gramods
Loading...
Searching...
No Matches
config_cmake.hh
1
2#ifndef GRAMODS_MISC_CONFIG
3#define GRAMODS_MISC_CONFIG
4
5#define BEGIN_NAMESPACE_GMMISC namespace gramods { namespace gmMisc { //
6#define END_NAMESPACE_GMMISC }}//
7#define USING_NAMESPACE_GMMISC using namespace gramods::gmMisc; //
8
9namespace gramods {
10
16 namespace gmMisc {}
17}
18
19
20#include <gmCore/config.hh>
21
22#cmakedefine HAVE_fftw
23#ifdef HAVE_fftw
24#cmakedefine gramods_ENABLE_fftw
25#endif
26
27#cmakedefine HAVE_Lehdari_Delaunay
28#ifdef HAVE_Lehdari_Delaunay
29#cmakedefine gramods_ENABLE_Lehdari_Delaunay
30#endif
31
32
33#endif
Gramods, short for Graphics Modules, is a collection of weakly inter dependent and useful APIs for Vi...
Definition config.hh:25