- 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
16 lines
402 B
CMake
16 lines
402 B
CMake
set(CMAKE_HOST_SYSTEM "Linux-6.14.0-23-generic")
|
|
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
|
set(CMAKE_HOST_SYSTEM_VERSION "6.14.0-23-generic")
|
|
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
|
|
|
|
|
|
|
|
set(CMAKE_SYSTEM "Linux-6.14.0-23-generic")
|
|
set(CMAKE_SYSTEM_NAME "Linux")
|
|
set(CMAKE_SYSTEM_VERSION "6.14.0-23-generic")
|
|
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
|
|
|
|
set(CMAKE_CROSSCOMPILING "FALSE")
|
|
|
|
set(CMAKE_SYSTEM_LOADED 1)
|