Files
neovim/third-party/cmake/RemoveFiles.cmake

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
118 B
CMake
Raw Normal View History

2015-04-20 13:37:07 +03:00
file(GLOB_RECURSE FILES_TO_REMOVE ${REMOVE_FILE_GLOB})
if(FILES_TO_REMOVE)
file(REMOVE ${FILES_TO_REMOVE})
endif()