cmake_clean.cmake 261 Bytes
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()