Merge pull request #239 from shadps4-emu/miscFixes3

Misc fixes 3
This commit is contained in:
georgemoralis 2024-07-06 11:16:53 +03:00 committed by GitHub
commit bf74888be4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 48 additions and 44 deletions

View file

@ -525,7 +525,7 @@ endif()
create_target_directory_groups(shadps4)
target_link_libraries(shadps4 PRIVATE magic_enum::magic_enum fmt::fmt toml11::toml11 tsl::robin_map xbyak::xbyak Tracy::TracyClient hwinfo::HWinfo)
target_link_libraries(shadps4 PRIVATE magic_enum::magic_enum fmt::fmt toml11::toml11 tsl::robin_map xbyak::xbyak Tracy::TracyClient)
target_link_libraries(shadps4 PRIVATE Boost::headers GPUOpen::VulkanMemoryAllocator sirit Vulkan::Headers xxHash::xxhash Zydis::Zydis glslang::SPIRV glslang::glslang SDL3::SDL3)
if (NOT ENABLE_QT_GUI)