diff options
author | Mike Lothian <mike@fireburn.co.uk> | 2023-12-28 12:35:28 +0100 |
---|---|---|
committer | Mike Lothian <mike@fireburn.co.uk> | 2024-01-22 02:30:44 +0100 |
commit | f854ffd0158a3ed2946c18011b4f5f426fdabc07 (patch) | |
tree | b922c016a92693b9e99fe5725f637ee453091d3f /src | |
parent | Merge pull request #12544 from zhaobot/tx-update-20240101021433 (diff) | |
download | yuzu-f854ffd0158a3ed2946c18011b4f5f426fdabc07.tar yuzu-f854ffd0158a3ed2946c18011b4f5f426fdabc07.tar.gz yuzu-f854ffd0158a3ed2946c18011b4f5f426fdabc07.tar.bz2 yuzu-f854ffd0158a3ed2946c18011b4f5f426fdabc07.tar.lz yuzu-f854ffd0158a3ed2946c18011b4f5f426fdabc07.tar.xz yuzu-f854ffd0158a3ed2946c18011b4f5f426fdabc07.tar.zst yuzu-f854ffd0158a3ed2946c18011b4f5f426fdabc07.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/video_core/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index c22c7631c..3d7a59f87 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -303,7 +303,7 @@ target_link_options(video_core PRIVATE ${FFmpeg_LDFLAGS}) add_dependencies(video_core host_shaders) target_include_directories(video_core PRIVATE ${HOST_SHADERS_INCLUDE}) -target_link_libraries(video_core PRIVATE sirit Vulkan::Headers GPUOpen::VulkanMemoryAllocator) +target_link_libraries(video_core PRIVATE sirit Vulkan::Headers Vulkan::UtilityHeaders GPUOpen::VulkanMemoryAllocator) if (ENABLE_NSIGHT_AFTERMATH) if (NOT DEFINED ENV{NSIGHT_AFTERMATH_SDK}) |