mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 09:25:45 +00:00
core/debugger: Improved stepping mechanism and misc fixes
This commit is contained in:
parent
2ee161a0bf
commit
da50e98e3a
16 changed files with 252 additions and 122 deletions
|
@ -222,6 +222,11 @@ else()
|
|||
list(APPEND CONAN_REQUIRED_LIBS "boost/1.79.0")
|
||||
endif()
|
||||
|
||||
# boost:asio has functions that require AcceptEx et al
|
||||
if (MINGW)
|
||||
find_library(MSWSOCK_LIBRARY mswsock REQUIRED)
|
||||
endif()
|
||||
|
||||
# Attempt to locate any packages that are required and report the missing ones in CONAN_REQUIRED_LIBS
|
||||
yuzu_find_packages()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue