From c206fd07db07dc6271185dabac822e10d78b4443 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 2 Oct 2018 00:52:30 +0200 Subject: Add sibs package command Currently in testing phase. Builds a redistributable binary by statically linking libraries (including standard library). --- include/Conf.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/Conf.hpp') diff --git a/include/Conf.hpp b/include/Conf.hpp index 87f4fad..7a29624 100644 --- a/include/Conf.hpp +++ b/include/Conf.hpp @@ -301,7 +301,8 @@ namespace sibs mainProject(false), sanitize(false), showWarnings(false), - zigTestAllFiles(false) + zigTestAllFiles(false), + packaging(false) { cmakeDirGlobal = projectPath; cmakeDirStatic = cmakeDirGlobal; @@ -499,6 +500,7 @@ namespace sibs std::vector zigTestFiles; bool showWarnings; bool zigTestAllFiles; + bool packaging; protected: virtual void processObject(StringView name) override; virtual void processField(StringView name, const ConfigValue &value) override; -- cgit v1.2.3