Not able to successfully compile. Undefined references to cpr

This commit is contained in:
amazing-username
2019-03-20 00:08:47 -04:00
parent 9dcf70b157
commit 1ebc61389b
7 changed files with 40 additions and 4 deletions
+3 -2
View File
@@ -35,11 +35,12 @@ int main(int argc, char** argv)
}
cout<<"Song path: "<<songPath<<endl;
FileManager fm{songPath};
fm.saveFile(newSongPath);
Upload upS{songPath};
upS.uploadSong();
FileManager fm{songPath};
fm.saveFile(newSongPath);
return 0;