1
0
Fork 0
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:
Anton Karmanov 2021-01-23 09:17:56 +05:00 committed by Starbeamrainbowlabs
parent da1db4d646
commit 826e7c8e3c

View file

@ -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}}`