11 lines
280 B
CMake
11 lines
280 B
CMake
|
file(REMOVE_RECURSE
|
||
|
"CMakeFiles/MotionDetection.dir/checkvideo.cpp.o"
|
||
|
"MotionDetection.pdb"
|
||
|
"MotionDetection"
|
||
|
)
|
||
|
|
||
|
# Per-language clean rules from dependency scanning.
|
||
|
foreach(lang CXX)
|
||
|
include(CMakeFiles/MotionDetection.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||
|
endforeach()
|