6122_FinalProject
To build and run gui for the first time:
- cd GUI
- cmake creditCard_gui
- make
- ./creditCardGui For a clean build: Remove everything in the GUI directory EXCEPT the folder titled creditCard_gui and repeat the above instructions
To build and run gui for the first time: