mirror of
https://github.com/citra-emu/citra.git
synced 2025-03-26 14:30:08 +00:00

Instead of globbing all .cpp files that ship with CryptoPP, use an explicit list of files to compile. This cuts out compilation of a lot of stuff we don't use (reducing build times) and also works around https://github.com/weidai11/cryptopp/issues/527