Imported Upstream version 2.8.11.2
[platform/upstream/cmake.git] / Tests / VSExcludeFromDefaultBuild / ClearExes.cmake
1 file(GLOB exeFiles "${dir}/*.exe")
2 foreach(exeFile IN LISTS exeFiles)
3   file(REMOVE "${exeFile}")
4 endforeach()