File: cmake_clean.cmake

package info (click to toggle)
gridtools 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 21,728 kB
  • sloc: cpp: 45,263; python: 9,383; javascript: 8,445; ansic: 2,564; sh: 509; f90: 370; makefile: 216
file content (10 lines) | stat: -rw-r--r-- 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
file(REMOVE_RECURSE
  "CMakeFiles/cpp_bindgen_generator.dir/src/cpp_bindgen/generator.cpp.o"
  "libcpp_bindgen_generator.a"
  "libcpp_bindgen_generator.pdb"
)

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