mirror of
https://github.com/MeowLynxSea/ceditor.git
synced 2025-07-09 10:54:37 +00:00
14 lines
336 B
CMake
14 lines
336 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/ceditor.dir/main.cpp.obj"
|
|
"CMakeFiles/ceditor.dir/main.cpp.obj.d"
|
|
"ceditor.exe"
|
|
"ceditor.exe.manifest"
|
|
"ceditor.pdb"
|
|
"libceditor.dll.a"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang CXX)
|
|
include(CMakeFiles/ceditor.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|