OGLplus
(0.59.0)
a C++ wrapper for rendering APIs
eagine
config
basic.hpp
Go to the documentation of this file.
1
#ifndef EAGINE_CONFIG_BASIC_HPP
9
#define EAGINE_CONFIG_BASIC_HPP
10
11
#if __has_include(<eagine/config/site.hpp>)
12
#include <
eagine/config/site.hpp
>
13
#endif
14
15
#ifndef EAGINE_LOW_PROFILE
16
#define EAGINE_LOW_PROFILE 0
24
#endif
25
26
#ifndef EAGINE_DEBUG
27
#define EAGINE_DEBUG 1
30
#endif
31
32
#ifndef EAGINE_USE_ZLIB
33
#define EAGINE_USE_ZLIB 0
34
#endif
35
36
#ifndef EAGINE_USE_RYML
37
#define EAGINE_USE_RYML 0
38
#endif
39
40
#ifndef EAGINE_USE_OPENSSL
41
#define EAGINE_USE_OPENSSL 0
42
#endif
43
44
#ifndef EAGINE_USE_BACKTRACE
45
#define EAGINE_USE_BACKTRACE 0
46
#endif
47
48
#ifndef EAGINE_USE_STACKTRACE
49
#define EAGINE_USE_STACKTRACE 0
50
#endif
51
52
#ifndef EAGINE_USE_BOOST_SPIRIT
53
#define EAGINE_USE_BOOST_SPIRIT 1
54
#endif
55
56
#ifndef EAGINE_USE_SYSTEMD
57
#define EAGINE_USE_SYSTEMD 0
58
#endif
59
60
#ifndef EAGINE_LINK_LIBRARY
61
#define EAGINE_LINK_LIBRARY 0
62
#endif
63
64
#if EAGINE_LINK_LIBRARY
65
#define EAGINE_LIB_FUNC
66
#else
67
#define EAGINE_LIB_FUNC inline
68
#endif
69
70
#endif // EAGINE_CONFIG_BASIC_HPP
site.hpp
System configuration options.
Copyright © 2015-2021
Matúš Chochlík
.
<
chochlik -at -gmail.com
>
Documentation generated on Tue Apr 13 2021 by
Doxygen
(version 1.8.17).