mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-26 00:28:53 +01:00
Improve the output
This commit is contained in:
parent
6ee83a53ab
commit
b71268ceaf
@ -10,7 +10,7 @@ param($RepoDir = "$PWD")
|
||||
function MakeDir { param($Path)
|
||||
$DirName = (get-item "$Path").Name
|
||||
if (test-path "$Path/CMakeLists.txt") {
|
||||
"⏳ Building 📂$DirName using CMakeLists.txt..."
|
||||
"⏳ Building 📂$DirName using CMakeLists.txt to subfolder BuildFiles..."
|
||||
if (-not(test-path "$Path/BuildFiles/" -pathType container)) {
|
||||
& mkdir "$Path/BuildFiles/"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user