mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
cmake: improve an example description
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
parent
da1db4d646
commit
826e7c8e3c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
`cmake {{path/to/project_directory}} -D {{CMAKE_BUILD_TYPE=Release}}`
|
||||
|
||||
- Build artifacts with the generated recipe in `build_directory`:
|
||||
- Use a generated recipe in a given directory to build artifacts:
|
||||
|
||||
`cmake --build {{path/to/build_directory}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue