mirror of
https://github.com/m1ngsama/TUT.git
synced 2025-12-24 10:51:46 +00:00
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.
16 lines
653 B
CMake
16 lines
653 B
CMake
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
|
|
|
|
# Relative path conversion top directories.
|
|
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/m1ng/code/github/m1ngsama/TUT")
|
|
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/m1ng/code/github/m1ngsama/TUT/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})
|