TUT/build/CMakeFiles/nbtca_tui.dir/DependInfo.cmake
m1ngsama 77784f7453 feat: Modularize calendar and create TUI portal
Refactored the calendar functionality into a separate Calendar class.
Created a TUI portal in main.cpp to allow for future feature expansion.
The TUI portal provides a menu to select different features, with the calendar being the first one.
Updated the build system to include the new files.
2025-11-19 16:34:25 +08:00

27 lines
1.3 KiB
CMake

# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/Users/m1ng/code/github/m1ngsama/TUT/src/calendar.cpp" "CMakeFiles/nbtca_tui.dir/src/calendar.cpp.o" "gcc" "CMakeFiles/nbtca_tui.dir/src/calendar.cpp.o.d"
"/Users/m1ng/code/github/m1ngsama/TUT/src/ics_fetcher.cpp" "CMakeFiles/nbtca_tui.dir/src/ics_fetcher.cpp.o" "gcc" "CMakeFiles/nbtca_tui.dir/src/ics_fetcher.cpp.o.d"
"/Users/m1ng/code/github/m1ngsama/TUT/src/ics_parser.cpp" "CMakeFiles/nbtca_tui.dir/src/ics_parser.cpp.o" "gcc" "CMakeFiles/nbtca_tui.dir/src/ics_parser.cpp.o.d"
"/Users/m1ng/code/github/m1ngsama/TUT/src/main.cpp" "CMakeFiles/nbtca_tui.dir/src/main.cpp.o" "gcc" "CMakeFiles/nbtca_tui.dir/src/main.cpp.o.d"
"/Users/m1ng/code/github/m1ngsama/TUT/src/tui_view.cpp" "CMakeFiles/nbtca_tui.dir/src/tui_view.cpp.o" "gcc" "CMakeFiles/nbtca_tui.dir/src/tui_view.cpp.o.d"
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")