11 lines
281 B
CMake
11 lines
281 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/utils.dir/home/cseguret/Projects/app-ethereum/src/utils2.c.o"
|
|
"libutils.pdb"
|
|
"libutils.so"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang C)
|
|
include(CMakeFiles/utils.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|