5 lines
111 B
CMake
Raw Normal View History

2013-03-16 19:13:01 +02:00
file(GLOB exeFiles "${dir}/*.exe")
foreach(exeFile IN LISTS exeFiles)
file(REMOVE "${exeFile}")
endforeach()