Core: add cryptopp library (#2412)

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)