diff options
| author | 2020-07-01 22:00:47 +0000 | |
|---|---|---|
| committer | 2020-07-01 22:11:39 +0000 | |
| commit | b1b1ed7597cbe329e26db8240b9e05d3fc360b6f (patch) | |
| tree | cd859de22e1085b8f6e50726d49b619204467359 /src | |
| parent | Merge pull request #4217 from lioncash/prototype (diff) | |
| download | yuzu-b1b1ed7597cbe329e26db8240b9e05d3fc360b6f.tar.gz yuzu-b1b1ed7597cbe329e26db8240b9e05d3fc360b6f.tar.xz yuzu-b1b1ed7597cbe329e26db8240b9e05d3fc360b6f.zip | |
cmake: stop linking against QGL after c6a0ab979239
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 75c27e39e..c08a10f29 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt | |||
| @@ -147,7 +147,7 @@ endif() | |||
| 147 | create_target_directory_groups(yuzu) | 147 | create_target_directory_groups(yuzu) |
| 148 | 148 | ||
| 149 | target_link_libraries(yuzu PRIVATE common core input_common video_core) | 149 | target_link_libraries(yuzu PRIVATE common core input_common video_core) |
| 150 | target_link_libraries(yuzu PRIVATE Boost::boost glad Qt5::OpenGL Qt5::Widgets) | 150 | target_link_libraries(yuzu PRIVATE Boost::boost glad Qt5::Widgets) |
| 151 | target_link_libraries(yuzu PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads) | 151 | target_link_libraries(yuzu PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads) |
| 152 | 152 | ||
| 153 | if (ENABLE_VULKAN AND NOT WIN32) | 153 | if (ENABLE_VULKAN AND NOT WIN32) |