diff options
| author | 2020-07-10 15:18:04 -0400 | |
|---|---|---|
| committer | 2020-07-10 15:18:04 -0400 | |
| commit | 995067538ddbee8761b8ddd6bf41b6f84c6ae524 (patch) | |
| tree | fbb70d1fab044444c7153d244e256525468bd2ea /src | |
| parent | Merge pull request #4287 from lioncash/fmt7 (diff) | |
| parent | cmake: stop linking against QGL after c6a0ab979239 (diff) | |
| download | yuzu-995067538ddbee8761b8ddd6bf41b6f84c6ae524.tar.gz yuzu-995067538ddbee8761b8ddd6bf41b6f84c6ae524.tar.xz yuzu-995067538ddbee8761b8ddd6bf41b6f84c6ae524.zip | |
Merge pull request #4221 from jbeich/unused-qt-opengl
cmake: drop dependency on QtOpenGL
Diffstat (limited to '')
| -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) |