/ build / CMakeFiles / gcc_python_hello_001.dir / cmake_clean.cmake
cmake_clean.cmake
 1  file(REMOVE_RECURSE
 2    "/home/shadowbane/Documents/GIT/Programming_Benchmark/bin/tests/gcc/python/hello_world/001/hello"
 3    "/home/shadowbane/Documents/GIT/Programming_Benchmark/bin/tests/gcc/python/hello_world/001/hello.c"
 4    "CMakeFiles/gcc_python_hello_001"
 5  )
 6  
 7  # Per-language clean rules from dependency scanning.
 8  foreach(lang )
 9    include(CMakeFiles/gcc_python_hello_001.dir/cmake_clean_${lang}.cmake OPTIONAL)
10  endforeach()