Lunchbox
1.14.0
Multi-threaded C++ toolbox library for all application developers creating high-performance multi-threaded programs.
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
defines.h
Go to the documentation of this file.
1
// generated by CommonFindPackage.cmake, do not edit.
2
8
#ifndef LUNCHBOX_DEFINES_H
9
#define LUNCHBOX_DEFINES_H
10
11
#ifdef __APPLE__
12
# include <lunchbox/definesDarwin.h>
13
#elif defined (__linux__)
14
# include <lunchbox/definesLinux.h>
15
#elif defined (_WIN32)
16
# include <lunchbox/definesWin32.h>
17
#else
18
# error Unknown OS
19
#endif
20
21
#endif
install
include
lunchbox
defines.h
Generated on Fri Nov 11 2016 05:21:35 for Lunchbox by
1.8.11