22 lines
596 B
CMake
22 lines
596 B
CMake
file(REMOVE_RECURSE
|
|
".1"
|
|
"CMakeFiles/azeron.dir/link.d"
|
|
"CMakeFiles/azeron.dir/azeron.c.o"
|
|
"CMakeFiles/azeron.dir/azeron.c.o.d"
|
|
"CMakeFiles/azeron.dir/device.c.o"
|
|
"CMakeFiles/azeron.dir/device.c.o.d"
|
|
"CMakeFiles/azeron.dir/protocol.c.o"
|
|
"CMakeFiles/azeron.dir/protocol.c.o.d"
|
|
"CMakeFiles/azeron.dir/utils.c.o"
|
|
"CMakeFiles/azeron.dir/utils.c.o.d"
|
|
"libazeron.pdb"
|
|
"libazeron.so"
|
|
"libazeron.so.1"
|
|
"libazeron.so.1.0.0"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang C)
|
|
include(CMakeFiles/azeron.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|