diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index 742b72856..6b25a7fa0 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt | |||
| @@ -152,7 +152,7 @@ endif() | |||
| 152 | create_target_directory_groups(yuzu) | 152 | create_target_directory_groups(yuzu) |
| 153 | 153 | ||
| 154 | target_link_libraries(yuzu PRIVATE common core input_common video_core) | 154 | target_link_libraries(yuzu PRIVATE common core input_common video_core) |
| 155 | target_link_libraries(yuzu PRIVATE Boost::boost glad Qt5::OpenGL Qt5::Widgets) | 155 | target_link_libraries(yuzu PRIVATE Boost::boost glad Qt5::Widgets) |
| 156 | target_link_libraries(yuzu PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads) | 156 | target_link_libraries(yuzu PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads) |
| 157 | 157 | ||
| 158 | if (ENABLE_VULKAN AND NOT WIN32) | 158 | if (ENABLE_VULKAN AND NOT WIN32) |