DATAKIT API
V2025.1
Main Page
API Reference
dtk_compiler_config.h
Go to the documentation of this file.
1
#ifndef DTK_COMPILER_CONFIG_H
2
#define DTK_COMPILER_CONFIG_H
3
4
#ifdef __clang__
5
#include "
util/compiler/dtk_compiler_clang.h
"
6
7
#elif __GNUC__
8
#include "
util/compiler/dtk_compiler_gcc.h
"
9
10
#elif _MSC_VER
11
#include "
util/compiler/dtk_compiler_msvc.h
"
12
13
#endif
14
15
#endif
dtk_compiler_clang.h
dtk_compiler_gcc.h
dtk_compiler_msvc.h
ClientsCMake
Lib_Include
util
compiler
dtk_compiler_config.h