1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-23 04:04:54 +08:00
2018-11-27 16:04:51 +02:00

13 lines
364 B
CMake

file(REMOVE_RECURSE
"CMakeFiles/serial.dir/src/serial.cc.o"
"CMakeFiles/serial.dir/src/impl/unix.cc.o"
"CMakeFiles/serial.dir/src/impl/list_ports/list_ports_linux.cc.o"
"libserial.pdb"
"libserial.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/serial.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()