From 7a16146600384272baf7fb2fc0fc64f59b17ffe9 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 8 Jun 2022 17:38:01 +0200 Subject: Function target type including support for generated sources. --- src/task.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/task.h') diff --git a/src/task.h b/src/task.h index a43e08f..be3995f 100644 --- a/src/task.h +++ b/src/task.h @@ -30,6 +30,7 @@ public: const std::string& sourceDir); int registerDepTasks(const std::set>& tasks); + virtual int registerDepTasksInner(const std::set>& tasks) { return 0; } bool operator==(const std::string& dep); -- cgit v1.2.3