This repository has been archived on 2022-06-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Ivan c63e1ff208 v1
2022-06-08 17:41:00 +03:00

11 lines
322 B
CMake

file(REMOVE_RECURSE
"../Examples/Monocular/mono_video"
"../Examples/Monocular/mono_video.pdb"
"CMakeFiles/mono_video.dir/Examples/Monocular/mono_video.cc.o"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/mono_video.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()