Files
FaceRecognition/build/libfacedetection/CMakeFiles/facedetection.dir/cmake_clean.cmake
2026-07-11 18:11:03 +08:00

16 lines
601 B
CMake

file(REMOVE_RECURSE
"CMakeFiles/facedetection.dir/src/facedetectcnn-data.cpp.o"
"CMakeFiles/facedetection.dir/src/facedetectcnn-data.cpp.o.d"
"CMakeFiles/facedetection.dir/src/facedetectcnn-model.cpp.o"
"CMakeFiles/facedetection.dir/src/facedetectcnn-model.cpp.o.d"
"CMakeFiles/facedetection.dir/src/facedetectcnn.cpp.o"
"CMakeFiles/facedetection.dir/src/facedetectcnn.cpp.o.d"
"libfacedetection.pdb"
"libfacedetection.so"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/facedetection.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()