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.
1 line
555 B
Text
1 line
555 B
Text
/usr/bin/c++ -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/nbtca_tui.dir/src/main.cpp.o CMakeFiles/nbtca_tui.dir/src/ics_fetcher.cpp.o CMakeFiles/nbtca_tui.dir/src/ics_parser.cpp.o CMakeFiles/nbtca_tui.dir/src/tui_view.cpp.o CMakeFiles/nbtca_tui.dir/src/calendar.cpp.o -o nbtca_tui /opt/homebrew/opt/ncurses/lib/libncursesw.dylib /opt/homebrew/opt/ncurses/lib/libformw.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libcurl.tbd /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libcurl.tbd
|