aboutsummaryrefslogtreecommitdiff
path: root/modules/remove_files.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remove_files.cmake.in')
-rw-r--r--modules/remove_files.cmake.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/remove_files.cmake.in b/modules/remove_files.cmake.in
new file mode 100644
index 00000000..41cfcdb7
--- /dev/null
+++ b/modules/remove_files.cmake.in
@@ -0,0 +1,2 @@
+
+exec_program( ${CMAKE_COMMAND} ARGS -E remove ${FILES_TO_REMOVE} )