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.
12 lines
280 B
Makefile
12 lines
280 B
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
|
|
|
|
# compile CXX with /usr/bin/c++
|
|
CXX_DEFINES =
|
|
|
|
CXX_INCLUDES = -I/opt/homebrew/opt/ncurses/include
|
|
|
|
CXX_FLAGSarm64 = -std=gnu++17 -arch arm64
|
|
|
|
CXX_FLAGS = -std=gnu++17 -arch arm64
|
|
|