vmmlib  1.10.0
Templatized C++ vector and matrix math library
definesLinux.h
1 // generated by CommonPackage.cmake, do not edit.
2 
3 #ifndef vmmlib_DEFINES_Linux_H
4 #define vmmlib_DEFINES_Linux_H
5 
6 #ifndef Linux
7 # define Linux 1
8 #endif
9 #ifndef COMMON_USE_CXX11
10 # define COMMON_USE_CXX11 1
11 #endif
12 #ifndef VMMLIB_USE_BOOST
13 # define VMMLIB_USE_BOOST 1
14 #endif
15 
16 #endif