From 0159b72dbf048b0aa7d7b9ae85715205cb801e50 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 14 Nov 2021 18:06:58 +0100 Subject: Evaluate externals in configure step end read from config map during compilation. --- src/task_cc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/task_cc.h') diff --git a/src/task_cc.h b/src/task_cc.h index 0589ea4..c309abd 100644 --- a/src/task_cc.h +++ b/src/task_cc.h @@ -34,6 +34,8 @@ public: std::string toJSON() const override; + std::string source() const override; + protected: std::vector flags() const; std::string flagsString() const; -- cgit v1.2.3