1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-08-13 15:16:49 +00:00

Core: add cryptopp library ()

This commit is contained in:
Weiyi Wang 2017-02-13 22:03:55 +02:00 committed by Yuri Kunde Schlesner
parent d60767d393
commit dbc94efdb5
5 changed files with 177 additions and 1 deletions

View file

@ -6,3 +6,6 @@ if (ARCHITECTURE_x86_64)
target_compile_options(xbyak INTERFACE -fno-operator-names)
endif()
endif()
add_subdirectory(cryptopp)