mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-04 18:07:07 +02:00
core: Gut out cryptop, since it doesn't compile with C++17.
This commit is contained in:
parent
106d900f93
commit
8e51c61dbc
8 changed files with 7 additions and 301 deletions
|
|
@ -172,7 +172,7 @@ set(HEADERS
|
|||
create_directory_groups(${SRCS} ${HEADERS})
|
||||
add_library(core STATIC ${SRCS} ${HEADERS})
|
||||
target_link_libraries(core PUBLIC common PRIVATE audio_core dynarmic network video_core)
|
||||
target_link_libraries(core PUBLIC Boost::boost PRIVATE cryptopp fmt lz4_static unicorn)
|
||||
target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt lz4_static unicorn)
|
||||
if (ENABLE_WEB_SERVICE)
|
||||
target_link_libraries(core PUBLIC json-headers web_service)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue