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