cmake: write the build command itself with --verbose

This commit is contained in:
Ben Boeckel
2023-02-08 14:12:40 -05:00
parent b017c9f127
commit e060666531
2 changed files with 15 additions and 1 deletions
@@ -0,0 +1,5 @@
cmake-verbose-print-build-tool-command
--------------------------------------
* ``cmake --build $dir --verbose`` will now print the working directory and
command line used to perform the build.