gramods
Loading...
Searching...
No Matches
modules
gmTouch
src
config_cmake.hh
1
2
#ifndef GRAMODS_TOUCH_CONFIG
3
#define GRAMODS_TOUCH_CONFIG
4
5
#define BEGIN_NAMESPACE_GMTOUCH namespace gramods { namespace gmTouch {
//
6
#define END_NAMESPACE_GMTOUCH }}
//
7
#define USING_NAMESPACE_GMTOUCH using namespace gramods::gmTouch
8
9
namespace
gramods
{
10
15
namespace
gmTouch {}
16
}
17
18
19
#include <gmMisc/config.hh>
20
21
22
#cmakedefine HAVE_OpenSceneGraph
23
#ifdef HAVE_OpenSceneGraph
24
#cmakedefine gramods_ENABLE_OpenSceneGraph
25
#endif
26
27
#cmakedefine HAVE_TUIO
28
#ifdef HAVE_TUIO
29
#cmakedefine gramods_ENABLE_TUIO
30
#endif
31
32
#cmakedefine HAVE_SDL2
33
#ifdef HAVE_SDL2
34
#cmakedefine gramods_ENABLE_SDL2
35
#endif
36
37
#endif
gramods
Gramods, short for Graphics Modules, is a collection of weakly inter dependent and useful APIs for Vi...
Definition
config.hh:25
Generated by
1.9.8