mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 15:18:20 -05:00
Core: add cryptopp library (#2412)
This commit is contained in:
committed by
Yuri Kunde Schlesner
parent
d60767d393
commit
dbc94efdb5
3
externals/CMakeLists.txt
vendored
3
externals/CMakeLists.txt
vendored
@ -6,3 +6,6 @@ if (ARCHITECTURE_x86_64)
|
||||
target_compile_options(xbyak INTERFACE -fno-operator-names)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
add_subdirectory(cryptopp)
|
||||
|
||||
|
Reference in New Issue
Block a user