OGLplus
(0.59.0)
a C++ wrapper for rendering APIs
oalplus
config
basic.hpp
Go to the documentation of this file.
1
#ifndef OALPLUS_CONFIG_BASIC_HPP
9
#define OALPLUS_CONFIG_BASIC_HPP
10
11
#if __has_include(<oalplus/config/site.hpp>)
12
#include <
oalplus/config/site.hpp
>
13
#endif
14
15
#ifndef OALPLUS_AL_H_FOUND
16
#define OALPLUS_AL_H_FOUND __has_include(<AL/al.h>)
17
#endif
18
19
#ifndef OALPLUS_ALC_H_FOUND
20
#define OALPLUS_ALC_H_FOUND __has_include(<AL/alc.h>)
21
#endif
22
23
#ifndef OALPLUS_ALUT_H_FOUND
24
#define OALPLUS_ALUT_H_FOUND __has_include(<AL/alut.h>)
25
#endif
26
27
#ifndef OALPLUS_LOW_PROFILE
28
#define OALPLUS_LOW_PROFILE 0
29
#endif
30
31
#ifndef OALPLUS_LINK_LIBRARY
32
#define OALPLUS_LINK_LIBRARY 0
33
#endif
34
35
#if OALPLUS_LINK_LIBRARY
36
#define OALPLUS_LIB_FUNC
37
#else
38
#define OALPLUS_LIB_FUNC inline
39
#endif
40
41
#endif // OALPLUS_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).