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