1
0

ClearExes.cmake 111 B

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