11 lines
270 B
CMake
11 lines
270 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/curve25519.dir/curve25519-donna.c.o"
|
|
"libcurve25519.pdb"
|
|
"libcurve25519.a"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang C)
|
|
include(CMakeFiles/curve25519.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|