Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
9254e7ddf2d3be2dd97fb30ae79cf3fe1fbbda2a
/
.
/
Tests
/
VSExcludeFromDefaultBuild
/
ClearExes.cmake
blob: 99cf1a5cf56e7d1d7cb2e0a852cd4334b12b9cdd [
file
]
file
(
GLOB exeFiles
"${dir}/*.exe"
)
foreach
(
exeFile IN LISTS exeFiles
)
file
(
REMOVE
"${exeFile}"
)
endforeach
()
file
(
GLOB exeFiles
"${dir}/install/*.exe"
)
foreach
(
exeFile IN LISTS exeFiles
)
file
(
REMOVE
"${exeFile}"
)
endforeach
()