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.