From e98a906231c6d2d121c317e2a6a60daf44695328 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Wed, 1 Jun 2022 16:59:54 +0200 Subject: [PATCH] Document the install.component option --- docs/cmake-toml.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/cmake-toml.md b/docs/cmake-toml.md index e81b9a7..8ea8eb9 100644 --- a/docs/cmake-toml.md +++ b/docs/cmake-toml.md @@ -200,7 +200,8 @@ working-directory = "mytest-dir" condition = "mycondition" targets = ["mytarget", "mytest"] destination = ["bin"] +component = "mycomponent" files = ["content/my.png"] -dirs = [""] -configs = [""] +dirs = ["include"] +configs = ["Release", "Debug"] ``` \ No newline at end of file