C++ Utilities 5.24.7
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Loading...
Searching...
No Matches
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 "c++utilities-definitions.h"
9
10#ifdef CPP_UTILITIES_STATIC
11#define CPP_UTILITIES_EXPORT
12#define CPP_UTILITIES_IMPORT
13#else
14#define CPP_UTILITIES_EXPORT CPP_UTILITIES_GENERIC_LIB_EXPORT
15#define CPP_UTILITIES_IMPORT CPP_UTILITIES_GENERIC_LIB_IMPORT
16#endif
17
28#endif // CPP_UTILITIES_GLOBAL