|
| 1 | +// The MIT License (MIT) |
| 2 | + |
| 3 | +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors |
| 4 | + |
| 5 | +// Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 6 | +// this software and associated documentation files (the "Software"), to deal in |
| 7 | +// the Software without restriction, including without limitation the rights to |
| 8 | +// use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of |
| 9 | +// the Software, and to permit persons to whom the Software is furnished to do so, |
| 10 | +// subject to the following conditions: |
| 11 | + |
| 12 | +// The above copyright notice and this permission notice shall be included in all |
| 13 | +// copies or substantial portions of the Software. |
| 14 | + |
| 15 | +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 16 | +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 17 | +// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 18 | +// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
| 19 | +// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 20 | +// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 21 | + |
| 22 | +// This file was generated with a script. |
| 23 | +// Generated 2022-06-25 08:14:19.336233 UTC |
| 24 | +// This header was generated with sol v3.3.0 (revision eba86625) |
| 25 | +// https://github.com/ThePhD/sol2 |
| 26 | + |
| 27 | +#ifndef SOL_SINGLE_CONFIG_HPP |
| 28 | +#define SOL_SINGLE_CONFIG_HPP |
| 29 | + |
| 30 | +// beginning of sol/config.hpp |
| 31 | + |
| 32 | +/* Base, empty configuration file! |
| 33 | +
|
| 34 | + To override, place a file in your include paths of the form: |
| 35 | +
|
| 36 | +. (your include path here) |
| 37 | +| sol (directory, or equivalent) |
| 38 | + | config.hpp (your config.hpp file) |
| 39 | +
|
| 40 | + So that when sol2 includes the file |
| 41 | +
|
| 42 | +#include <sol/config.hpp> |
| 43 | +
|
| 44 | + it gives you the configuration values you desire. Configuration values can be |
| 45 | +seen in the safety.rst of the doc/src, or at |
| 46 | +https://sol2.readthedocs.io/en/latest/safety.html ! You can also pass them through |
| 47 | +the build system, or the command line options of your compiler. |
| 48 | +
|
| 49 | +*/ |
| 50 | + |
| 51 | +// end of sol/config.hpp |
| 52 | + |
| 53 | +#endif // SOL_SINGLE_CONFIG_HPP |
0 commit comments