Reputation: 11
I created a program in c++ using the CryptoPP library. The program compiled and runs fine. Now how can I move all nessecary files to src folder so it is compilable with one or 2 commands, It took so many steps to use the cryptopp in vs22, but when I put the project on github, how can they just git clone and build the program easily.
Upvotes: 1
Views: 63