This repository has been archived on 2025-06-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
compLIB/server/cmake-build-debug/CMakeFiles/compLib_server.dir/cmake_clean.cmake
Konstantin Lampalzer 9b567b8c6c Protobuf prototype
2022-03-18 18:11:16 +01:00

14 lines
407 B
CMake

file(REMOVE_RECURSE
"CMakeFiles/compLib_server.dir/CompLib.pb.cc.o"
"CMakeFiles/compLib_server.dir/src/Spi.cpp.o"
"CMakeFiles/compLib_server.dir/src/main.cpp.o"
"CompLib.pb.cc"
"CompLib.pb.h"
"compLib_server"
"compLib_server.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/compLib_server.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()