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
323 B
CMake

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