mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
b777272b0b
Add tests for EXCLUDE_FROM_DEFAULT_BUILD and its per-configuration variants.
5 lines
111 B
CMake
5 lines
111 B
CMake
file(GLOB exeFiles "${dir}/*.exe")
|
|
foreach(exeFile IN LISTS exeFiles)
|
|
file(REMOVE "${exeFile}")
|
|
endforeach()
|