mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-30 20:50:02 +02:00
Improve the output
This commit is contained in:
@ -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/"
|
||||
}
|
||||
|
Reference in New Issue
Block a user