Pomodoro/build/CMakeFiles/PomodoroTimer_autogen.dir/cmake_clean.cmake
Darkheim e0ea44a255 Complete pomodoro timer implementation
- Add timer state management with work/break cycles
- Implement circular progress bar visualization
- Add system tray integration with notifications
- Create statistics tracking and display
- Add keyboard shortcuts support
- Implement settings dialog with persistence
- Add proper time formatting utilities
- Include desktop integration for Linux
2025-07-12 22:37:08 -05:00

11 lines
307 B
CMake

file(REMOVE_RECURSE
"CMakeFiles/PomodoroTimer_autogen"
"PomodoroTimer_autogen/mocs_compilation.cpp"
"PomodoroTimer_autogen/timestamp"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/PomodoroTimer_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()