Lexis  1.0.0
Vocabulary of events and shared objects for BBP and HBP software
defines.h
Go to the documentation of this file.
1 // generated by CommonFindPackage.cmake, do not edit.
2 
8 #ifndef LEXIS_DEFINES_H
9 #define LEXIS_DEFINES_H
10 
11 #ifdef __APPLE__
12 # include <lexis/definesDarwin.h>
13 #elif defined (__linux__)
14 # include <lexis/definesLinux.h>
15 #elif defined (_WIN32)
16 # include <lexis/definesWin32.h>
17 #else
18 # error Unknown OS
19 #endif
20 
21 #endif