cmake: Add -E create_hardlink

Fixes: #20950
Signed-off-by: Sibi Siddharthan <sibisiddharthan.github@gmail.com>
This commit is contained in:
Sibi Siddharthan
2020-07-14 21:54:04 +05:30
parent 2da778664d
commit 2fad00940d
13 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
cmake-E-create_hardlink
-----------------------
* The :manual:`cmake(1)` gained a ``-E create_hardlink`` command-line tool
that can be used to create hardlinks between files.