neurolots  0.3.4
NeuroLOTs
definesLinux.h
1 // generated by CommonFindPackage.cmake, do not edit.
2 
3 #ifndef neurolots_DEFINES_Linux_H
4 #define neurolots_DEFINES_Linux_H
5 
6 #ifndef NEUROLOTS_USE_BOOST
7 # define NEUROLOTS_USE_BOOST 1
8 #endif
9 #ifndef NEUROLOTS_USE_OPENGL
10 # define NEUROLOTS_USE_OPENGL 1
11 #endif
12 #ifndef NEUROLOTS_USE_GLEW
13 # define NEUROLOTS_USE_GLEW 1
14 #endif
15 #ifndef NEUROLOTS_USE_EIGEN3
16 # define NEUROLOTS_USE_EIGEN3 1
17 #endif
18 #ifndef NEUROLOTS_USE_NSOL
19 # define NEUROLOTS_USE_NSOL 1
20 #endif
21 #ifndef NEUROLOTS_USE_RETO
22 # define NEUROLOTS_USE_RETO 1
23 #endif
24 #ifndef NEUROLOTS_USE_GLUT
25 # define NEUROLOTS_USE_GLUT 1
26 #endif
27 #ifndef Linux
28 # define Linux 1
29 #endif
30 #ifndef NEUROLOTS_USE_CXX11
31 # define NEUROLOTS_USE_CXX11 1
32 #endif
33 #ifndef NEUROLOTS_LITTLEENDIAN
34 # define NEUROLOTS_LITTLEENDIAN 1
35 #endif
36 
37 #endif