Pomodoro/build/CMakeFiles/CMakeDirectoryInformation.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

17 lines
710 B
CMake

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/mnt/bc64d2fd-c074-4605-bf2f-3e4c83d0e1a0/CLionProjects/Pomodoro")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/mnt/bc64d2fd-c074-4605-bf2f-3e4c83d0e1a0/CLionProjects/Pomodoro/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})