From d20ab1b390c14ac794ca3438df7e1d9cf057ceed Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 8 Mar 2022 16:09:37 +0100 Subject: Add --linker, --build and --skip-compile options --- include/Conf.hpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'include/Conf.hpp') diff --git a/include/Conf.hpp b/include/Conf.hpp index cbb21ca..673a7f6 100644 --- a/include/Conf.hpp +++ b/include/Conf.hpp @@ -438,6 +438,12 @@ namespace sibs std::vector exposeIncludeDirs; std::vector ignoreDirs; std::vector libs; + + CVersion cVersion; + CPPVersion cppVersion; + std::string linker; + bool testsBuildOnly = false; + bool skipCompile = false; protected: virtual void processObject(StringView name) override; virtual void processField(StringView name, const ConfigValue &value) override; @@ -474,8 +480,6 @@ namespace sibs std::vector cmakeArgsGlobal; std::vector cmakeArgsStatic; std::vector cmakeArgsDynamic; - CVersion cVersion; - CPPVersion cppVersion; bool useCmake; bool buildTests; bool finishedProcessing; -- cgit v1.2.3