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