mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-23 04:04:54 +08:00
11 lines
288 B
CMake
11 lines
288 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/serial_example.dir/examples/serial_example.cc.o"
|
|
"serial_example.pdb"
|
|
"serial_example"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang CXX)
|
|
include(CMakeFiles/serial_example.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|