mirror of
https://github.com/QIDITECH/QIDI_Q1_Pro.git
synced 2026-02-02 17:08:42 +03:00
11 lines
234 B
CMake
11 lines
234 B
CMake
|
|
file(REMOVE_RECURSE
|
||
|
|
"CMakeFiles/xindi.dir/main.cpp.o"
|
||
|
|
"xindi.pdb"
|
||
|
|
"xindi"
|
||
|
|
)
|
||
|
|
|
||
|
|
# Per-language clean rules from dependency scanning.
|
||
|
|
foreach(lang CXX)
|
||
|
|
include(CMakeFiles/xindi.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||
|
|
endforeach()
|