Core: add cryptopp library (#2412)
This commit is contained in:
parent
d60767d393
commit
dbc94efdb5
5 changed files with 177 additions and 1 deletions
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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue