summaryrefslogtreecommitdiffstats
path: root/Tests/VSExcludeFromDefaultBuild/ClearExes.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/VSExcludeFromDefaultBuild/ClearExes.cmake')
-rw-r--r--Tests/VSExcludeFromDefaultBuild/ClearExes.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/VSExcludeFromDefaultBuild/ClearExes.cmake b/Tests/VSExcludeFromDefaultBuild/ClearExes.cmake
index ece30ad..99cf1a5 100644
--- a/Tests/VSExcludeFromDefaultBuild/ClearExes.cmake
+++ b/Tests/VSExcludeFromDefaultBuild/ClearExes.cmake
@@ -2,3 +2,7 @@ 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()