diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 01e284d8c..1434d0260 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt | |||
| @@ -277,8 +277,8 @@ if (YUZU_USE_BUNDLED_FFMPEG AND NOT WIN32) | |||
| 277 | add_dependencies(video_core ffmpeg-build) | 277 | add_dependencies(video_core ffmpeg-build) |
| 278 | endif() | 278 | endif() |
| 279 | 279 | ||
| 280 | target_include_directories(video_core PRIVATE ${FFMPEG_INCLUDE_DIR}) | 280 | target_include_directories(video_core PRIVATE ${FFmpeg_INCLUDE_DIR}) |
| 281 | target_link_libraries(video_core PRIVATE ${FFMPEG_LIBRARIES}) | 281 | target_link_libraries(video_core PRIVATE ${FFmpeg_LIBRARIES}) |
| 282 | 282 | ||
| 283 | add_dependencies(video_core host_shaders) | 283 | add_dependencies(video_core host_shaders) |
| 284 | target_include_directories(video_core PRIVATE ${HOST_SHADERS_INCLUDE}) | 284 | target_include_directories(video_core PRIVATE ${HOST_SHADERS_INCLUDE}) |