core: Gut out cryptop, since it doesn't compile with C++17.

This commit is contained in:
bunnei 2018-01-12 19:36:41 -05:00
parent 4b27ec5b07
commit 2817ec4da4
8 changed files with 7 additions and 301 deletions

View file

@ -7,9 +7,6 @@ include(DownloadExternals)
add_library(catch-single-include INTERFACE)
target_include_directories(catch-single-include INTERFACE catch/single_include)
# Crypto++
add_subdirectory(cryptopp)
# Dynarmic
if (ARCHITECTURE_x86_64)
add_library(xbyak INTERFACE)