- 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
11 lines
307 B
CMake
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()
|