From c26d298fce972fbc09118017661deda93f1b4a5c Mon Sep 17 00:00:00 2001 From: Leander Schulten Date: Fri, 24 May 2024 15:39:42 +0200 Subject: [PATCH] Fix example cps file According to the schema this must be a map from languages to a key value map --- sample.cps | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/sample.cps b/sample.cps index f422439..bc70b09 100644 --- a/sample.cps +++ b/sample.cps @@ -16,7 +16,11 @@ "components": { "sample-core": { "type": "interface", - "definitions": [ "SAMPLE" ], + "definitions": { + "*": { + "SAMPLE": "" + } + }, "includes": [ "@prefix@/include" ] }, "sample": { @@ -44,7 +48,11 @@ }, "sample-static": { "type": "archive", - "definitions": [ "SAMPLE_STATIC" ], + "definitions": { + "*": { + "SAMPLE_STATIC": "" + } + }, "requires": [ ":sample-core" ], "configurations": { "optimized": {