Newer
Older
exercism-cpp / hello-world / build / CMakeFiles / hello-world.dir / cmake_clean.cmake
file(REMOVE_RECURSE
  "CMakeFiles/hello-world.dir/hello_world_test.cpp.o"
  "CMakeFiles/hello-world.dir/hello_world.cpp.o"
  "CMakeFiles/hello-world.dir/test/tests-main.cpp.o"
  "hello-world.pdb"
  "hello-world"
)

# Per-language clean rules from dependency scanning.
foreach(lang CXX)
  include(CMakeFiles/hello-world.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()