cmake_clean.cmake 261 Bytes edit raw blame history permalink 1 2 3 4 5 6 7 8 9 10 file(REMOVE_RECURSE "CMakeFiles/test_wstest.dir/test/wstest.c.o" "test/wstest" "test/wstest.pdb" ) # Per-language clean rules from dependency scanning. foreach(lang C) include(CMakeFiles/test_wstest.dir/cmake_clean_${lang}.cmake OPTIONAL) endforeach()