From 3207a8c0b15d80e77e3addc98fc3d23027bb298b Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Tue, 30 May 2023 15:43:51 +0200 Subject: Update cmake rules to honor dependencies --- CC/EXPRESSIONS | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'CC/EXPRESSIONS') diff --git a/CC/EXPRESSIONS b/CC/EXPRESSIONS index d7289c9..e97ed76 100644 --- a/CC/EXPRESSIONS +++ b/CC/EXPRESSIONS @@ -1710,7 +1710,7 @@ } } } -, "install-with-deps result": +, "install-with-deps stage": { "vars": ["pc-install-dir", "targets", "prefix", "flat-libs", "hdrs-only"] , "imports": { "compile-deps": "compile-deps" @@ -1932,8 +1932,15 @@ } ] ] - , "body": - {"type": "RESULT", "artifacts": {"type": "var", "name": "install-stage"}} + , "body": {"type": "var", "name": "install-stage"} + } + } +, "install-with-deps result": + { "vars": ["pc-install-dir", "targets", "prefix", "flat-libs", "hdrs-only"] + , "imports": {"install stage": "install-with-deps stage"} + , "expression": + { "type": "RESULT" + , "artifacts": {"type": "CALL_EXPRESSION", "name": "install stage"} } } } -- cgit v1.2.3