blob: ece30ad00e8aa85db9693845fd029ef9ca0fb383 [file] [log] [blame]
file(GLOB exeFiles "${dir}/*.exe")
foreach(exeFile IN LISTS exeFiles)
file(REMOVE "${exeFile}")
endforeach()