diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Conf.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/Conf.hpp b/include/Conf.hpp index 7a29624..d23c655 100644 --- a/include/Conf.hpp +++ b/include/Conf.hpp @@ -302,7 +302,8 @@ namespace sibs sanitize(false), showWarnings(false), zigTestAllFiles(false), - packaging(false) + packaging(false), + bundling(false) { cmakeDirGlobal = projectPath; cmakeDirStatic = cmakeDirGlobal; @@ -501,6 +502,7 @@ namespace sibs bool showWarnings; bool zigTestAllFiles; bool packaging; + bool bundling; protected: virtual void processObject(StringView name) override; virtual void processField(StringView name, const ConfigValue &value) override; |