mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 15:15:46 +00:00
core: Gut out cryptop, since it doesn't compile with C++17.
This commit is contained in:
parent
4b27ec5b07
commit
2817ec4da4
8 changed files with 7 additions and 301 deletions
3
externals/CMakeLists.txt
vendored
3
externals/CMakeLists.txt
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue