[CMake] getting rid of *~

Stephen Adler adler at stephenadler.com
Wed Aug 23 15:38:12 EDT 2006


Could someone help me with the syntax of the CMakeLists.txt file so that 
when I type

    make clean

all the *~ files are deleted?

I tried

SET_DIRECTORY_PROPERTIES(PROPERTY ADDITIONAL_MAKE_CLEAN_FILES *~)

without any luck.




More information about the CMake mailing list