Flinner Yuu 365f3d4268 | ||
---|---|---|
patient_files | ||
CMakeLists.txt | ||
Clinic.cpp | ||
Patient.cpp | ||
Patient.hpp | ||
README.md | ||
Visit.cpp | ||
Visit.hpp | ||
linkedList.cpp | ||
main.cpp | ||
patients.txt |
README.md
Build Instructions
Clone the repo:
git clone https://gitea.ammar.engineer/ammar/CS207-HW3
cd CS207-HW3
Then Choose to build with Ninja
or Make
Build With Make:
cmake -B build
cmake --build build
Build With Ninja:
cmake -B build -G Ninja
ninja -C build
Run:
./build/ClinicApp