CMake/Tests/VSExcludeFromDefaultBuild/ClearExes.cmake

5 lines
111 B
CMake
Raw Normal View History

file(GLOB exeFiles "${dir}/*.exe")
foreach(exeFile IN LISTS exeFiles)
file(REMOVE "${exeFile}")
endforeach()