From aa58ac5fb18cedc2c97a4c86f1c10b10b2708099 Mon Sep 17 00:00:00 2001 From: Aleksi Lindeman Date: Sun, 25 Nov 2018 15:24:08 +0100 Subject: Add option to always run build --- include/ninja/Ninja.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/ninja') diff --git a/include/ninja/Ninja.hpp b/include/ninja/Ninja.hpp index 3fed138..095c959 100644 --- a/include/ninja/Ninja.hpp +++ b/include/ninja/Ninja.hpp @@ -69,7 +69,7 @@ namespace ninja const std::string value; }; - class NinjaBuild; + struct NinjaBuild; // Functions throw NinjaException on failure class NinjaRule @@ -94,6 +94,7 @@ namespace ninja const std::string out; const std::vector additionalArgs; const std::vector dependsOnBuilds; + bool alwaysRun; }; // Functions throw NinjaException on failure -- cgit v1.2.3