Files
Reboot-Launcher/gui/windows/cmake-build-debug/runner/CMakeFiles/reboot_launcher.dir/cmake_clean.cmake
Alessandro Autiero b41e22adeb <feat: New project structure>
<feat: New release>
2023-09-02 15:34:15 +02:00

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()