Skip to content

Commit e98a906

Browse files
committed
Document the install.component option
1 parent 9a82f8c commit e98a906

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/cmake-toml.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ working-directory = "mytest-dir"
200200
condition = "mycondition"
201201
targets = ["mytarget", "mytest"]
202202
destination = ["bin"]
203+
component = "mycomponent"
203204
files = ["content/my.png"]
204-
dirs = [""]
205-
configs = [""]
205+
dirs = ["include"]
206+
configs = ["Release", "Debug"]
206207
```

0 commit comments

Comments
 (0)