diff options
Diffstat (limited to 'src/video_core')
| -rw-r--r-- | src/video_core/CMakeLists.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index b9bad63ac..5096d935e 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt | |||
| @@ -264,8 +264,7 @@ target_link_options(video_core PRIVATE ${FFmpeg_LDFLAGS}) | |||
| 264 | 264 | ||
| 265 | add_dependencies(video_core host_shaders) | 265 | add_dependencies(video_core host_shaders) |
| 266 | target_include_directories(video_core PRIVATE ${HOST_SHADERS_INCLUDE}) | 266 | target_include_directories(video_core PRIVATE ${HOST_SHADERS_INCLUDE}) |
| 267 | target_include_directories(video_core PRIVATE sirit ../../externals/Vulkan-Headers/include) | 267 | target_link_libraries(video_core PRIVATE sirit Vulkan::Headers) |
| 268 | target_link_libraries(video_core PRIVATE sirit) | ||
| 269 | 268 | ||
| 270 | if (ENABLE_NSIGHT_AFTERMATH) | 269 | if (ENABLE_NSIGHT_AFTERMATH) |
| 271 | if (NOT DEFINED ENV{NSIGHT_AFTERMATH_SDK}) | 270 | if (NOT DEFINED ENV{NSIGHT_AFTERMATH_SDK}) |
| @@ -305,11 +304,11 @@ if (ARCHITECTURE_x86_64) | |||
| 305 | macro/macro_jit_x64.cpp | 304 | macro/macro_jit_x64.cpp |
| 306 | macro/macro_jit_x64.h | 305 | macro/macro_jit_x64.h |
| 307 | ) | 306 | ) |
| 308 | target_link_libraries(video_core PUBLIC xbyak) | 307 | target_link_libraries(video_core PUBLIC xbyak::xbyak) |
| 309 | endif() | 308 | endif() |
| 310 | 309 | ||
| 311 | if (ARCHITECTURE_x86_64 OR ARCHITECTURE_arm64) | 310 | if (ARCHITECTURE_x86_64 OR ARCHITECTURE_arm64) |
| 312 | target_link_libraries(video_core PRIVATE dynarmic) | 311 | target_link_libraries(video_core PRIVATE dynarmic::dynarmic) |
| 313 | endif() | 312 | endif() |
| 314 | 313 | ||
| 315 | if (YUZU_USE_PRECOMPILED_HEADERS) | 314 | if (YUZU_USE_PRECOMPILED_HEADERS) |