CS180-spring / cs180-22-untouchables

cs180-22-cs180-22-untouchables created by GitHub Classroom
2 stars 0 forks source link

Fixed issues with json library and cmake and added importJSON function #59

Closed jgarc594 closed 1 year ago

jgarc594 commented 1 year ago

Simplified issues with json library and CMakeLists.txt. Also added importJSON function. To compile .exe, go to empty build folder and run 'cmake ..' then run 'cmake --build .' This should compile the program and movieDB.exe should be in the debug folder located in the build folder.