mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-10 07:40:03 -06:00
5 lines
111 B
CMake
5 lines
111 B
CMake
file(GLOB exeFiles "${dir}/*.exe")
|
|
foreach(exeFile IN LISTS exeFiles)
|
|
file(REMOVE "${exeFile}")
|
|
endforeach()
|