Add input file to generate uninstall rule
Compare changes
modules/cmake_uninstall.cmake.in
0 → 100644
+ 61
− 0
Add the file proposed by the CMake FAQ to generate an uninstall rule in the build directory. Each project which wants to use it must duplicate the piece of code given as a comment in the file.