mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
update README.md
This commit is contained in:
@@ -94,8 +94,8 @@ link-libs = [] # optional
|
||||
|
||||
[[test]] # optional
|
||||
name = "test1" # required
|
||||
command = "cmkr" # required
|
||||
arguments = [] # optional
|
||||
command = "app" # required
|
||||
arguments = ["arg1", "arg2"] # optional
|
||||
```
|
||||
|
||||
The cmkr executable can be run from the command-line:
|
||||
@@ -129,7 +129,7 @@ Static library/archive.
|
||||
Shared/dynamic library.
|
||||
|
||||
### interface
|
||||
Header only library.
|
||||
Header-only library.
|
||||
|
||||
## Roadmap
|
||||
- Support more cmake fields.
|
||||
|
||||
Reference in New Issue
Block a user