mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
12 lines
370 B
C++
12 lines
370 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/stdlib.hpp>
|
|
#include <sprout/config/suffix.hpp>
|
|
|
|
#endif // #ifndef SPROUT_CONFIG_CONFIG_HPP
|