MatrixLibCpp/cmake-build-debug/CMakeFiles/MatrixCpp.dir/cmake_clean.cmake

14 lines
350 B
CMake
Raw Normal View History

2020-06-21 14:23:13 +03:00
file(REMOVE_RECURSE
"CMakeFiles/MatrixCpp.dir/main.cpp.obj"
"CMakeFiles/MatrixCpp.dir/matrix.cpp.obj"
"MatrixCpp.pdb"
"MatrixCpp.exe"
"MatrixCpp.exe.manifest"
"libMatrixCpp.dll.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/MatrixCpp.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()