mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 19:22:22 +01:00
18 lines
633 B
CMake
18 lines
633 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/reboot_launcher.dir/Runner.rc.res"
|
|
"CMakeFiles/reboot_launcher.dir/__/flutter/generated_plugin_registrant.cc.obj"
|
|
"CMakeFiles/reboot_launcher.dir/flutter_window.cpp.obj"
|
|
"CMakeFiles/reboot_launcher.dir/main.cpp.obj"
|
|
"CMakeFiles/reboot_launcher.dir/utils.cpp.obj"
|
|
"CMakeFiles/reboot_launcher.dir/win32_window.cpp.obj"
|
|
"reboot_launcher.exe"
|
|
"reboot_launcher.exe.manifest"
|
|
"reboot_launcher.lib"
|
|
"reboot_launcher.pdb"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang CXX RC)
|
|
include(CMakeFiles/reboot_launcher.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|