cmake_clean.cmake 362 B

1234567891011
  1. file(REMOVE_RECURSE
  2. "CMakeFiles/twist_gate.dir/src/twist_gate_node.cpp.o"
  3. "CMakeFiles/twist_gate.dir/src/twist_gate.cpp.o"
  4. "devel/lib/twist_gate/twist_gate.pdb"
  5. "devel/lib/twist_gate/twist_gate"
  6. )
  7. # Per-language clean rules from dependency scanning.
  8. foreach(lang CXX)
  9. include(CMakeFiles/twist_gate.dir/cmake_clean_${lang}.cmake OPTIONAL)
  10. endforeach()