vmmlib  1.11.0
Templatized C++ vector and matrix math library
defines.h
1 // generated by CommonFindPackage.cmake, do not edit.
2 
3 #ifndef vmmlib_DEFINES__H
4 #define vmmlib_DEFINES__H
5 
6 #ifndef VMMLIB_LITTLEENDIAN
7 # define VMMLIB_LITTLEENDIAN 1
8 #endif
9 #ifndef VMMLIB_USE_BOOST
10 # define VMMLIB_USE_BOOST 1
11 #endif
12 
13 #endif