Pomodoro/build/CMakeFiles/PomodoroTimer.dir/progress.make
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

13 lines
236 B
Makefile

CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2
CMAKE_PROGRESS_3 = 3
CMAKE_PROGRESS_4 = 4
CMAKE_PROGRESS_5 = 5
CMAKE_PROGRESS_6 = 6
CMAKE_PROGRESS_7 = 7
CMAKE_PROGRESS_8 = 8
CMAKE_PROGRESS_9 = 9
CMAKE_PROGRESS_10 = 10
CMAKE_PROGRESS_11 = 11