mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
11 lines
333 B
C++
11 lines
333 B
C++
#ifndef SPROUT_CONFIG_CONFIG_HPP
|
|
#define SPROUT_CONFIG_CONFIG_HPP
|
|
|
|
#ifndef SPROUT_CONFIG_DISABLE_AUTO_CONFIG
|
|
# include <sprout/config/auto_config.hpp>
|
|
#endif // #ifndef SPROUT_CONFIG_DISABLE_AUTO_CONFIG
|
|
|
|
#include <sprout/config/compiler.hpp>
|
|
#include <sprout/config/suffix.hpp>
|
|
|
|
#endif // #ifndef SPROUT_CONFIG_CONFIG_HPP
|