mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 13:01:18 +12:00
Wayland: Use viewporter (#836)
This commit is contained in:
parent
d903b2cf12
commit
4ae5b4f8b8
10 changed files with 647 additions and 21 deletions
|
@ -505,7 +505,7 @@ target_link_libraries(CemuCafe PRIVATE
|
|||
|
||||
if (ENABLE_WAYLAND)
|
||||
# PUBLIC because wayland-client.h is included in VulkanAPI.h
|
||||
target_link_libraries(CemuCafe PUBLIC Wayland::client)
|
||||
target_link_libraries(CemuCafe PUBLIC Wayland::Client)
|
||||
endif()
|
||||
|
||||
if (ENABLE_WXWIDGETS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue