13 lines
342 B
CMake
13 lines
342 B
CMake
|
|
file(REMOVE_RECURSE
|
||
|
|
"CMakeFiles/led_app.dir/src/LedCommand.cpp.o"
|
||
|
|
"CMakeFiles/led_app.dir/src/SerialPort.cpp.o"
|
||
|
|
"CMakeFiles/led_app.dir/src/main.cpp.o"
|
||
|
|
"led_app"
|
||
|
|
"led_app.pdb"
|
||
|
|
)
|
||
|
|
|
||
|
|
# Per-language clean rules from dependency scanning.
|
||
|
|
foreach(lang CXX)
|
||
|
|
include(CMakeFiles/led_app.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||
|
|
endforeach()
|