Skip to content

Commit 15486a4

Browse files
committed
fix: remove an invalid per-target key
`sources` is not a per-target key; mcpp reported it as unsupported and ignored it. It was also unnecessary: with no module interface units present, the target is inferred from the translation units, which is the intended result.
1 parent bc01ecb commit 15486a4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

mcpp.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,3 @@ openkal = "0.2.0"
1313
# The package contributes definitions and no modules. The interface it
1414
# implements is declared by the specification package, which this package
1515
# imports and does not re-export.
16-
[targets.openkal-linux]
17-
kind = "lib"
18-
sources = ["src/**/*.cpp"]

0 commit comments

Comments
 (0)