C++ Utilities  4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
global.h
Go to the documentation of this file.
1 // Created via CMake from template global.h.in
2 // WARNING! Any changes to this file will be overwritten by the next CMake run!
3 
4 #ifndef CPP_UTILITIES_GLOBAL
5 #define CPP_UTILITIES_GLOBAL
6 
7 #include "./application/global.h"
8 
9 #ifdef CPP_UTILITIES_STATIC
10 #define CPP_UTILITIES_EXPORT
11 #define CPP_UTILITIES_IMPORT
12 #else
13 #define CPP_UTILITIES_EXPORT LIB_EXPORT
14 #define CPP_UTILITIES_IMPORT LIB_IMPORT
15 #endif
16 
27 #endif // CPP_UTILITIES_GLOBAL